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

StaticSql Constructor 

Constructor

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

Parameters

scope
statement
The statement.

See Also

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