OleDbSchemaGuid::DbInfoKeywords Field
.NET Framework (current version)
Returns a list of provider-specific keywords.
Assembly: System.Data (in System.Data.dll)
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: