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

IMappedStatement.ExecuteQueryForObject Method

Executes an SQL statement that returns a single row as an Object.

Overload List

Executes an SQL statement that returns a single row as an Object.

object ExecuteQueryForObject(ISqlMapSession,Object);

Executes an SQL statement that returns a single row as an Object of the type of the resultObject passed in as a parameter.

object ExecuteQueryForObject(ISqlMapSession,Object,Object);

Executes an SQL statement that returns a single row as an Object.

T ExecuteQueryForObject<T>(ISqlMapSession,Object);

Executes an SQL statement that returns a single row as an Object of the type of the resultObject passed in as a parameter.

T ExecuteQueryForObject<T>(ISqlMapSession,Object,IMappedStatement.T);

See Also

IMappedStatement Interface | IBatisNet.DataMapper.MappedStatements Namespace