iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

InMemoryDataReader.FieldCount Property

Indicates the number of fields within the current record. This property is read-only.

[Visual Basic]
NotOverridable Public ReadOnly Property FieldCount As  _
    Implements IDataRecord.
[C#]
public Int32 FieldCount {get;}

Implements

IDataRecord.

See Also

InMemoryDataReader Class | IBatisNet.DataMapper.Commands Namespace