Class SqlServerScriptsBase
- Namespace
- JJMasterData.Commons.Data.Entity.Providers
- Assembly
- JJMasterData.Commons.dll
public abstract class SqlServerScriptsBase
- Inheritance
-
SqlServerScriptsBase
- Derived
- Inherited Members
Fields
Tab
protected const char Tab = '\t'
Field Value
Methods
FormatWithSchema(string, string?)
protected static string FormatWithSchema(string name, string? schema)
Parameters
Returns
GetFieldDefinition(ElementField)
protected static string GetFieldDefinition(ElementField field)
Parameters
field
ElementField
Returns
GetSqlDropIfExists(string)
public static string GetSqlDropIfExists(string objname)
Parameters
objname
string
Returns
GetTableName(Element)
protected static string GetTableName(Element element)
Parameters
element
Element