| 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.2.0.0 (5.2.17.0403)
Syntaxpublic bool NetTypeSetByUserDefinedType { get; }Public ReadOnly Property NetTypeSetByUserDefinedType As Boolean
	Get
Property Value
Type: 
Boolean
See Also