| FormControllerFormFieldContainsProperty Method (Int32, Int32, FixedField, SqlConnection, SqlTransaction) |
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static bool FormFieldContainsProperty(
int formFieldId,
out int propertyId,
out FixedField fixedField,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- formFieldId
- Type: SystemInt32
- propertyId
- Type: SystemInt32
- fixedField
- Type: Omada.OE.ModelFixedField
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
Boolean
See Also