[This is preliminary documentation and is subject to change.]
Override to return statement delimiter script for particular target , i.e. "Go" at the statementend for MsSQL Server T-SQL
Namespace: NFX.RelationalModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public virtual string GetStatementDelimiterScript(
RDBMSEntityType type,
bool start
)
public virtual string GetStatementDelimiterScript(
RDBMSEntityType type,
bool start
)
Public Overridable Function GetStatementDelimiterScript (
type As RDBMSEntityType,
start As Boolean
) As String
Public Overridable Function GetStatementDelimiterScript (
type As RDBMSEntityType,
start As Boolean
) As String
public:
virtual String^ GetStatementDelimiterScript(
RDBMSEntityType type,
bool start
)
public:
virtual String^ GetStatementDelimiterScript(
RDBMSEntityType type,
bool start
)
abstract GetStatementDelimiterScript :
type : RDBMSEntityType *
start : bool -> string
override GetStatementDelimiterScript :
type : RDBMSEntityType *
start : bool -> string
abstract GetStatementDelimiterScript :
type : RDBMSEntityType *
start : bool -> string
override GetStatementDelimiterScript :
type : RDBMSEntityType *
start : bool -> string
Return Value
Type:
String