DataItem.AllowedDataTypes Property

Definition

Gets an array with the allowed data types as defined in OLEDB.

public static System.Data.OleDb.OleDbType[] AllowedDataTypes { get; }
static member AllowedDataTypes : System.Data.OleDb.OleDbType[]
Public Shared ReadOnly Property AllowedDataTypes As OleDbType()

Property Value

An array of OleDbType types.

Applies to