ISqlDialect.IsReservedKeyword method

namespace: Serenity.Data   assemblySerenity.Net.Services

Returns true if the specified identifier is a SQL keyword.

public bool IsReservedKeyword(string keyword)
parameter description
keyword

See Also