SqlCeDataReader.GetProviderSpecificFieldType Method
Gets a Object that is a representation of the underlying provider-specific field type.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Overrides Function GetProviderSpecificFieldType ( _
ordinal As Integer _
) As Type
'Usage
Dim instance As SqlCeDataReader
Dim ordinal As Integer
Dim returnValue As Type
returnValue = instance.GetProviderSpecificFieldType(ordinal)
public override Type GetProviderSpecificFieldType(
int ordinal
)
public:
virtual Type^ GetProviderSpecificFieldType(
int ordinal
) override
abstract GetProviderSpecificFieldType :
ordinal:int -> Type
override GetProviderSpecificFieldType :
ordinal:int -> Type
public override function GetProviderSpecificFieldType(
ordinal : int
) : Type
Parameters
- ordinal
Type: System.Int32
The zero-based column ordinal.
Return Value
Type: System.Type
The Type object that describes the data type of the specified column.