Table of Contents

Class ReservedWords

Namespace
LinqToDB.SqlQuery
Assembly
linq2db.dll
public static class ReservedWords
Inheritance
ReservedWords

Methods

Add(string, string?)

public static void Add(string word, string? providerName = null)

Parameters

word string
providerName string

IsReserved(string, string?)

public static bool IsReserved(string word, string? providerName = null)

Parameters

word string
providerName string

Returns

bool