Click or drag to resize

PredicateInstanceType Property

The PredicateType of this instance. Used to determine the instance nature without a lot of casting.
Gets / sets instanceType

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntax
public int InstanceType { get; set; }

Property Value

Type: Int32

Implements

IPredicateInstanceType
See Also