DialectExpressionSelector class
namespace: Serenity.Data assembly: Serenity.Net.Services
Selects field expressions based on dialect
public class DialectExpressionSelector
| parameter | description |
|---|---|
| dialect | The dialect. |
Public Members
| name | description |
|---|---|
| DialectExpressionSelector(…) | Selects field expressions based on dialect |
| Dialect { get; } | Gets the dialect used for this expression selector |
| GetBestMatch<TAttribute>(…) | Gets the best match. |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | dialect |
Remarks
Initializes a new instance of the DialectExpressionSelector class.
See Also
- Source: DialectExpressionSelector.cs