DBTypeDefinitionNetTypeSetByUserDefinedType Property |
Gets a value indicating whether the DbTypeAsNETType is set by an UDT (which is a CLR type). Necessary for saving/loading this type
to/from a file.
Namespace:
SD.LLBLGen.Pro.DBDriverCore
Assembly:
SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax public bool NetTypeSetByUserDefinedType { get; }
Public ReadOnly Property NetTypeSetByUserDefinedType As Boolean
Get
Property Value
Type:
BooleanSee Also