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

IStatement Interface

Summary description for ISql.

For a list of all members of this type, see IStatement Members.

[Visual Basic]
Public Interface IStatement
[C#]
public interface IStatement

Types that implement IStatement

Type Description
Delete Summary description for delete.
Generate Represent a generate tag element. The generation would happen at the point where the SqlMapClient instance is built.
Insert Represent an insert statement.
Procedure Represent a store Procedure.
Select Summary description for Select.
SelectKey Represent a SelectKey tag element.
Statement Summary description for Statement.
Update Summary description for Update.

Requirements

Namespace: IBatisNet.DataMapper.Configuration.Statements

Assembly: IBatisNet.DataMapper (in IBatisNet.DataMapper.dll)

See Also

IStatement Members | IBatisNet.DataMapper.Configuration.Statements Namespace