SqlSyntax.IsReservedKeywordForAny method

namespace: Serenity.Data   assemblySerenity.Net.Services

Returns true if the specified identifier is a SQL keyword in any of the known dialects.

public static bool IsReservedKeywordForAny(string identifier)
parameter description
identifier Identifier

See Also