DataSourceInformation.ReservedWords Field
Specifies the data source information property that provides the set of reserved words on the data source.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Const ReservedWords As String
public const string ReservedWords
public:
literal String^ ReservedWords
static val mutable ReservedWords: string
public const var ReservedWords : String
Remarks
The value is a comma-delimited string of reserved words, for example "SELECT, FROM, ORDER BY", etc. This information is used by the Visual Studio query designer to determine when identifiers and literals should be enclosed in quotation marks.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.