Click or drag to resize

DataObjectFilterControllerSetExpressionVOrder Method

Sets the vorder of an expression. The vorder of the other expressions are adjusted accordingly.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static void SetExpressionVOrder(
	int expressionId,
	int newVOrder,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

expressionId
Type: SystemInt32
newVOrder
Type: SystemInt32
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction
See Also