This will look up and see if a column name should be escaped with delimited identifiers '[]'.
http://msdn.microsoft.com/en-us/library/aa224033(SQL.80).aspx
Namespace: CodeSmith.BaseTemplatesAssembly: CodeSmith.BaseTemplates (in CodeSmith.BaseTemplates.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
| C# |
|---|
protected static string GetDelimitedIdentifier( DataObjectBase column ) |
| Visual Basic |
|---|
Protected Shared Function GetDelimitedIdentifier ( column As DataObjectBase ) As String |
Parameters
- column
- Type: SchemaExplorer..::..DataObjectBase
The source.