| CodeMethodControllerGetCodeMethodLogCount Method (CodeMethodLogCountLoadOptions, SqlConnection, SqlTransaction) |
Returns the number of CodeMethodLog objects which match the provided load options
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static int GetCodeMethodLogCount(
CodeMethodLogCountLoadOptions loadOptions,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- loadOptions
- Type: Omada.OE.ModelCodeMethodLogCountLoadOptions
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
Int32
See Also