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

Statement.CommandType Property

The type of the statement (text or procedure) Default Text.

[Visual Basic]
<XmlIgnore(TypeId:=System.Xml.Serialization.XmlIgnoreAttribute)>
Overridable Public ReadOnly Property CommandType As  _
    Implements IStatement.
[C#]
[XmlIgnore(TypeId=System.Xml.Serialization.XmlIgnoreAttribute)]
public virtual CommandType CommandType {get;}

Implements

IStatement.

Example

Text or StoredProcedure

See Also

Statement Class | IBatisNet.DataMapper.Configuration.Statements Namespace