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

ProcedureSql Constructor 

Constructor

[Visual Basic]
Public Sub New( _
   ByVal IScope As IScope, _
   ByVal String As String, _
   ByVal IStatement As IStatement _
)
[C#]
public ProcedureSql(
   IScope scope,
   String sqlStatement,
   IStatement statement
);

Parameters

scope
sqlStatement
statement
The statement.

See Also

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