Data |
| Name | Description | |
|---|---|---|
| FirstOrDefault(Type, SqlStatement) | First or default returns only the first object or null if not found | |
| FirstOrDefaultTModel(ExpressionFuncTModel, Boolean) | First or default returns only the first object or null if not found | |
| FirstOrDefaultTModel(SqlStatement) | First or default returns only the first object or null if not found |