Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

SqlBuilder<(Of <(<'TDbType>)>)>..::..BuildSoftDeleteClause Method

Builds the soft delete clause.

Namespace:  Tortuga.Chain.CommandBuilders
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public void BuildSoftDeleteClause(
	StringBuilder sql,
	Nullable<string> header,
	IDataSource dataSource,
	Nullable<string> footer
)
Public Sub BuildSoftDeleteClause ( _
	sql As StringBuilder, _
	header As Nullable(Of String), _
	dataSource As IDataSource, _
	footer As Nullable(Of String) _
)
public:
void BuildSoftDeleteClause(
	StringBuilder^ sql, 
	Nullable<String^> header, 
	IDataSource^ dataSource, 
	Nullable<String^> footer
)

Parameters

sql
Type: StringBuilder
The SQL being generated.
header
Type: Nullable<(Of <(<'String>)>)>
The optional header. Usually not used.
dataSource
Type: Tortuga.Chain.DataSources..::..IDataSource
The data source.
footer
Type: Nullable<(Of <(<'String>)>)>
The optional footer. Usually not used.

Exceptions


ExceptionCondition
[ArgumentNullException]