DialectExpressionSelector.GetBestMatch<TAttribute> method

namespace: Serenity.Data   assemblySerenity.Net.Entity

Gets the best match.

public TAttribute GetBestMatch<TAttribute>(IEnumerable<TAttribute> attributes, 
    Func<TAttribute, string> getDialect)
    where TAttribute : class
parameter description
TAttribute The type of the attribute.
attributes The expressions.
getDialect The get dialect.

See Also