RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

DbSelectSqlGenerator..::..GenerateSetNullStatement Method

Generates the set null statement.

Namespace:  RingSoft.DbLookup.DataProcessor.SelectSqlGenerator
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public string GenerateSetNullStatement(
	SelectQuery query,
	string fieldName
)
Public Function GenerateSetNullStatement ( _
	query As SelectQuery, _
	fieldName As String _
) As String
public:
String^ GenerateSetNullStatement(
	SelectQuery^ query, 
	String^ fieldName
)

Parameters

query
Type: RingSoft.DbLookup.QueryBuilder..::..SelectQuery
The query.
fieldName
Type: String
Name of the field.

Return Value

System.String.