SqlDataRecord.IDataRecord.GetData(Int32) Método
Definição
Não é compatível nesta versão.Not supported in this release.
virtual System::Data::IDataReader ^ System.Data.IDataRecord.GetData(int ordinal) = System::Data::IDataRecord::GetData;
System.Data.IDataReader IDataRecord.GetData (int ordinal);
abstract member System.Data.IDataRecord.GetData : int -> System.Data.IDataReader
override this.System.Data.IDataRecord.GetData : int -> System.Data.IDataReader
Function GetData (ordinal As Integer) As IDataReader Implements IDataRecord.GetData
Parâmetros
- ordinal
- Int32
O ordinal com base em zero da coluna.The zero-based ordinal of the column.
Retornos
Sempre lança uma exceção.Always throws an exception.
Implementações
Exceções
O ordinal é menor que 0 ou maior que o número de colunas (ou seja, FieldCount).The ordinal is less than 0 or greater than the number of columns (that is, FieldCount).
Comentários
Esse método não tem suporte nesta versão e gera NotSupportedException se chamado.This method is not supported in this release, and throws NotSupportedException if called.