Returns a list of reserved words for the database

Namespace:  DbNetLink.Data
Assembly:  DbNetLink.DbNetData (in DbNetLink.DbNetData.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Hashtable ReservedWords { get; }
Visual Basic (Declaration)
Public ReadOnly Property ReservedWords As Hashtable
Visual C++
public:
property Hashtable^ ReservedWords {
	Hashtable^ get ();
}

See Also