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

InMemoryDataReader.Object Property

Gets the column located at the specified index.

Overload List

Gets the column located at the specified index.

public Object this[Int32] {get;}

Gets the column with the specified name.

public Object this[String] {get;}

See Also

InMemoryDataReader Class | IBatisNet.DataMapper.Commands Namespace