Click or drag to resize

EAPUtilIsReservedDBWord Method

Returns true if the word is a reserved SQL word.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static bool IsReservedDBWord(
	DBMSType dbtype,
	string test
)

Parameters

dbtype
Type: NetQuarryDBMSType
The type of database.
test
Type: SystemString
The word to test

Return Value

Type: Boolean
a boolean value indicating if the word is reserved.
See Also