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

StaticSql.GetRequestScope Method 

Builds a new RequestScope and the sql command text to execute.

[Visual Basic]
NotOverridable Public Function GetRequestScope( _
   ByVal IMappedStatement As IMappedStatement, _
   ByVal Object As Object, _
   ByVal ISqlMapSession As ISqlMapSession _
) As RequestScope _
    Implements ISql.
[C#]
public RequestScope GetRequestScope(
   IMappedStatement mappedStatement,
   Object parameterObject,
   ISqlMapSession session
);

Parameters

mappedStatement
The IMappedStatement.
parameterObject
The parameter object (used in DynamicSql)
session
The current session

Return Value

A new RequestScope.

Implements

ISql.

See Also

StaticSql Class | IBatisNet.DataMapper.Configuration.Sql.Static Namespace