Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public bool NetTypeSetByUserDefinedType { get; }

Property Value

Type: Boolean
See Also