Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Gets the Type that is the data type of the object.
[Visual Basic] Public Overridable Function GetFieldType( _ ByVal index As Integer _ ) As Type Implements IDataRecord.GetFieldType [C#] public virtual Type GetFieldType(int index ); [C++] public: virtual Type* GetFieldType(int index ); [JScript] public function GetFieldType( index : int) : Type;
Parameters
- index
The zero-based column ordinal.
Return Value
The Type that is the data type of the object.
Implements
Exceptions
| Exception Type | Condition |
|---|---|
| InvalidOperationException | The operation is not valid. The SqlCeDataReader may be positioned after the last row in the result set. |
Requirements
Platforms: .NET Compact Framework
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
SqlCeDataReader Class | SqlCeDataReader Members | System.Data.SqlServerCe Namespace
Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.