Share via


SqlCeDataReader.GetDataTypeName Method

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

Gets the name of the source data type.

  [Visual Basic]
  Public Overridable Function GetDataTypeName( _
   ByVal 
  index
   As Integer _
) As String Implements IDataRecord.GetDataTypeName
[C#]
public virtual string GetDataTypeName(int index
);
[C++]
public: virtual String* GetDataTypeName(int index
);
[JScript]
public function GetDataTypeName(
   index : int) : String;

Parameters

  • index
    The zero-based column ordinal.

Return Value

The name of the back-end data type.

Implements

IDataRecord.GetDataTypeName

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:

See Also

SqlCeDataReader Class | SqlCeDataReader Members | System.Data.SqlServerCe Namespace

Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.