[This is preliminary documentation and is subject to change.]
Namespace: NFX.RelationalModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public override string GetStatementDelimiterScript(
RDBMSEntityType type,
bool start
)
public override string GetStatementDelimiterScript(
RDBMSEntityType type,
bool start
)
Public Overrides Function GetStatementDelimiterScript (
type As RDBMSEntityType,
start As Boolean
) As String
Public Overrides Function GetStatementDelimiterScript (
type As RDBMSEntityType,
start As Boolean
) As String
public:
virtual String^ GetStatementDelimiterScript(
RDBMSEntityType type,
bool start
) override
public:
virtual String^ GetStatementDelimiterScript(
RDBMSEntityType type,
bool start
) override
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