OleDbSchemaGuid.DbInfoLiterals Field

Definition

Returns a list of provider-specific literals used in text commands.

public: static initonly Guid DbInfoLiterals;
public static readonly Guid DbInfoLiterals;
 staticval mutable DbInfoLiterals : Guid
Public Shared ReadOnly DbInfoLiterals As Guid 

Field Value

Remarks

Using DbInfoLiterals is equivalent to calling the OLE DB IDBInfo::GetLiteralInfo interface, or the ADO Connection.OpenSchema method with the adSchemaDBInfoLiterals constant.

When using the GetOleDbSchemaTable method, if the schema parameter contains a value of DbInfoLiterals and the restrictions parameter contains one or more restrictions, an ArgumentException is generated.

Applies to