Click or drag to resize

DataDictionaryTableGetSQL Method (ComputationContext, String, String, Boolean, String, Boolean, Boolean)

[This is preliminary documentation and is subject to change.]

Returns SQL-statement based on supplied whereClause and orderBy

Namespace:  CSC.SC.TOPICA4.DynamicData
Assembly:  CSC.SC.TOPICA4.DynamicData (in CSC.SC.TOPICA4.DynamicData.dll) Version: 4.37.7779.15937
Syntax
C#
public string GetSQL(
	ComputationContext context,
	string whereClause,
	string orderBy,
	bool descending,
	string headerDateStart,
	bool dateCreate,
	bool dateDelete
)

Parameters

context
Type: ComputationContext

[Missing <param name="context"/> documentation for "M:CSC.SC.TOPICA4.DynamicData.DataDictionaryTable.GetSQL(CSC.SC.Enterprise.Computation.ComputationContext,System.String,System.String,System.Boolean,System.String,System.Boolean,System.Boolean)"]

whereClause
Type: SystemString

[Missing <param name="whereClause"/> documentation for "M:CSC.SC.TOPICA4.DynamicData.DataDictionaryTable.GetSQL(CSC.SC.Enterprise.Computation.ComputationContext,System.String,System.String,System.Boolean,System.String,System.Boolean,System.Boolean)"]

orderBy
Type: SystemString

[Missing <param name="orderBy"/> documentation for "M:CSC.SC.TOPICA4.DynamicData.DataDictionaryTable.GetSQL(CSC.SC.Enterprise.Computation.ComputationContext,System.String,System.String,System.Boolean,System.String,System.Boolean,System.Boolean)"]

descending
Type: SystemBoolean

[Missing <param name="descending"/> documentation for "M:CSC.SC.TOPICA4.DynamicData.DataDictionaryTable.GetSQL(CSC.SC.Enterprise.Computation.ComputationContext,System.String,System.String,System.Boolean,System.String,System.Boolean,System.Boolean)"]

headerDateStart
Type: SystemString
When this parameter is not null, and no date start field is found amoung configured fields, include the DATE_START column with this header
dateCreate
Type: SystemBoolean

[Missing <param name="dateCreate"/> documentation for "M:CSC.SC.TOPICA4.DynamicData.DataDictionaryTable.GetSQL(CSC.SC.Enterprise.Computation.ComputationContext,System.String,System.String,System.Boolean,System.String,System.Boolean,System.Boolean)"]

dateDelete
Type: SystemBoolean

[Missing <param name="dateDelete"/> documentation for "M:CSC.SC.TOPICA4.DynamicData.DataDictionaryTable.GetSQL(CSC.SC.Enterprise.Computation.ComputationContext,System.String,System.String,System.Boolean,System.String,System.Boolean,System.Boolean)"]

Return Value

Type: String
SQL-statement based on supplied whereClause and orderBy
See Also