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

CachingStatement.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.

public 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.

public object ExecuteQueryForObject(ISqlMapSession,Object,Object);

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

public 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.

public T ExecuteQueryForObject<T>(ISqlMapSession,Object,CachingStatement.T);

See Also

CachingStatement Class | IBatisNet.DataMapper.MappedStatements Namespace