NPersistence Reference Guide
Defines supported types of the discriminator column.

Namespace: NPersistence
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

   
 C# 
public enum DiscriminatorType

Members

MemberValueDescription
STRING0
String as the discriminator type.
CHAR1
Single character as the discriminator type.
INTEGER2
Integer as the discriminator type.

See Also