Skip to content

SqlSyntax.IsReservedKeywordForAny method

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 The identifier.

Return Value

True if the identifier is a reserved keyword in any dialect; otherwise, false.

See Also