DialectExpressionSelector.GetBestMatch<TAttribute> method
namespace: Serenity.Data assembly: Serenity.Net.Entity
Gets the best match.
public TAttribute GetBestMatch<TAttribute>(IEnumerable<TAttribute> expressions,
Func<TAttribute, string> getDialect)
| parameter | description |
|---|---|
| TAttribute | The type of the attribute. |
| expressions | The expressions. |
| getDialect | The get dialect. |
See Also
- class TAttribute
- class DialectExpressionSelector