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

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

InsertMappedStatement Class | IBatisNet.DataMapper.MappedStatements Namespace