Skip to content

IHasDialect interface

namespace: Serenity.Data   assemblySerenity.Net.Services

Interface for types that have a Dialect property of type ISqlDialect.

public interface IHasDialect

Members

name description
Dialect { get; } Gets the SQL dialect.

See Also