SqlCeDataReader.IDataRecord.GetData Method

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

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

  [Visual Basic]
  Private Function GetData( _
   ByVal 
  ordinal
   As Integer _
) As IDataReader Implements IDataRecord.GetData
[C#]
IDataReader IDataRecord.GetData(
   int ordinal
);
[C++]
private: IDataReader* IDataRecord::GetData(int ordinal
);
[JScript]
private function IDataRecord.GetData(
   ordinal : int) : IDataReader;

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.