OleDbMetaDataColumnNames Class

Definition

Provides static values that are used for the column names in the OleDbMetaDataCollectionNames objects contained in the DataTable. The DataTable is created by the GetSchema method.

public ref class OleDbMetaDataColumnNames abstract sealed
public static class OleDbMetaDataColumnNames
type OleDbMetaDataColumnNames = class
Public Class OleDbMetaDataColumnNames
Inheritance
OleDbMetaDataColumnNames

Fields

BooleanFalseLiteral

Used by the GetSchema method to create the BooleanFalseLiteral column.

BooleanTrueLiteral

Used by the GetSchema method to create the BooleanTrueLiteral column.

DateTimeDigits

Used by the GetSchema method to create the DateTimeDigits column.

NativeDataType

Used by the GetSchema method to create the NativeDataType column.

Applies to

See also