OleDbSchemaGuid.DbInfoKeywords Field

Definition

Returns a list of provider-specific keywords.

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

Field Value

Remarks

Using DbInfoKeywords is equivalent to calling the OLE DB IDBInfo::GetKeywords interface. The list of keywords is returned as a DataTable with a single column named "Keyword". Each keyword returned by the provider will be on its own row in the DataTable.

Applies to