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

DeleteMappedStatement.ExecuteQueryForRowDelegate Method

Overload List

public override IList ExecuteQueryForRowDelegate(ISqlMapSession,Object,RowDelegate);

Inherited from MappedStatement.

public virtual IList<T> ExecuteQueryForRowDelegate<T>(ISqlMapSession,Object,RowDelegate<T>);

See Also

DeleteMappedStatement Class | IBatisNet.DataMapper.MappedStatements Namespace