NPersistence Reference Guide
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
Defines supported types of the discriminator column.
Namespace: NPersistenceAssembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
public enum DiscriminatorType
Members
Member | Value | Description |
---|---|---|
STRING | 0 |
String as the discriminator type.
|
CHAR | 1 |
Single character as the discriminator type.
|
INTEGER | 2 |
Integer as the discriminator type.
|