| FormFieldVOrderDataSetFormFieldVOrder Method |
Sets the vorder of an existing form field.
The vorder of the other fields are adjusted accordingly.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static int SetFormFieldVOrder(
int formFieldId,
int newVOrder,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- formFieldId
- Type: SystemInt32
- newVOrder
- Type: SystemInt32
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
Int32
The new vorder (which might have been modified by the method).
See Also