DataContextFirstOrDefault Method |
| Name | Description | |
|---|---|---|
| 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
| |
| FirstOrDefault(Type, SqlStatement) |
First or default returns only the first object or null if not found
|