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

Statement.Id Property

Name used to identify the statement amongst the others.

[Visual Basic]
<XmlAttribute(Type:=null, AttributeName:="id", Namespace:="null", Form:=XmlSchemaForm.None, TypeId:=System.Xml.Serialization.XmlAttributeAttribute)>
NotOverridable Public Property Id As  _
    Implements IStatement.
[C#]
[XmlAttribute(Type=null, AttributeName="id", Namespace="null", Form=XmlSchemaForm.None, TypeId=System.Xml.Serialization.XmlAttributeAttribute)]
public String Id {get; set;}

Implements

IStatement.

See Also

Statement Class | IBatisNet.DataMapper.Configuration.Statements Namespace