Class SqlAddIdentifierTemplate
Class to produce the template output
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TimeCockpit.Data.Database.StringTemplates.SubTemplates
Assembly: TimeCockpit.Data.dll
Syntax
public class SqlAddIdentifierTemplate : SqlTransformBase
Constructors
SqlAddIdentifierTemplate(StringBuilder, SqlDialect)
Initializes a new instance of the SqlAddIdentifierTemplate class
Declaration
public SqlAddIdentifierTemplate(StringBuilder generationEnvironment, SqlDialect dialect)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Text.StringBuilder | generationEnvironment | the target string buffer. |
| SqlDialect | dialect | the dialect to use. |
SqlAddIdentifierTemplate(SqlDialect)
Initializes a new instance of the SqlAddIdentifierTemplate class
Declaration
public SqlAddIdentifierTemplate(SqlDialect dialect)
Parameters
| Type | Name | Description |
|---|---|---|
| SqlDialect | dialect | the dialect to use. |
Methods
AddIdentifier()
Adds an identifier to the output for Azure, nothing in sql compact.
Declaration
public void AddIdentifier()
TransformText()
Create the template output
Declaration
public override string TransformText()
Returns
| Type | Description |
|---|---|
| System.String |