| FormFieldVOrderDataSetSectionFieldsVOrder Method |
Sets the vorder of all the formfields specified in fieldIds.
The vorder of a field will set corresponding to the field's position in fieldIds.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static void SetSectionFieldsVOrder(
int formSectionId,
IEnumerable<int> fieldIds,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- formSectionId
- Type: SystemInt32
- fieldIds
- Type: System.Collections.GenericIEnumerableInt32
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
See Also