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

RequestScope Members

RequestScope overview

Public Static (Shared) Methods

GetNextId Method to get a unique ID

Public Instance Constructors

RequestScope Constructor Initializes a new instance of the RequestScope class.

Public Instance Properties

CurrentResultMap The current IResultMap used by this request.
DataExchangeFactory A factory for DataExchange objects
ErrorContext Get the request's error context
IDbCommand The IDbCommand to execute
IsRowDataFound Indicate if the statement have find data
MappedStatement The current IMappedStatement.
ParameterMap The ParameterMap used by this request.
PreparedStatement The PreparedStatement used by this request.
QueueSelect The 'select' result property to process after having process the main properties.
Session The current ISqlMapSession.
Statement Gets the current IStatement.

Public Instance Methods

Equals Check if the specify object is equal to the current object.
GetHashCode Get the HashCode for this RequestScope
GetType (inherited from Object)Gets the Type of the current instance.
GetUniqueKeys Gets the unique keys.
MoveNextResultMap Moves to the next result map.
SetUniqueKeys Sets the unique keys.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

RequestScope Class | IBatisNet.DataMapper.Scope Namespace