Determine if the given column is using a UDT.
Namespace: CodeSmith.BaseTemplatesAssembly: CodeSmith.BaseTemplates (in CodeSmith.BaseTemplates.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
protected static bool IsUserDefinedType( DataObjectBase column ) |
Visual Basic |
---|
Protected Shared Function IsUserDefinedType ( column As DataObjectBase ) As Boolean |
Parameters
- column
- Type: SchemaExplorer..::..DataObjectBase