IHasDialect interface

namespace: Serenity.Data   assemblySerenity.Net.Data

Interfaces for types that has a Dialect property of type ISqlDialect

public interface IHasDialect

Members

name description
Dialect { get; } Gets the sql dialect

See Also