0 out of 1 rated this helpful - Rate this topic

OleDbSchemaGuid.Provider_Types Field

Returns the base data types supported by the .NET Framework Data Provider for OLE DB.

Namespace: System.Data.OleDb
Assembly: System.Data (in system.data.dll)

public static readonly Guid Provider_Types
public static final Guid Provider_Types
public static final var Provider_Types : Guid
Not applicable.

Provider_Types maps to the OLE DB PROVIDER_TYPES rowset. Unless otherwise specified, restriction columns are returned in the following order.

Restriction column

CLR data type

Description

DATA_TYPE

UInt16 (Int32)

The indicator of the data type.

BEST_MATCH

Int16

VARIANT_TRUE-The data type is the best match between all data types in the data store and the OLE DB data type indicated by the value in the DATA_TYPE column.

VARIANT_FALSE-The data type is not the best match. For each set of rows in which the value of the DATA_TYPE column is the same, the BEST_MATCH column is set to VARIANT_TRUE in only one row.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0, 1.1, 1.0
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.