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

Statement.ExtendStatement Property

Extend statement attribute

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

Implements

IStatement.

See Also

Statement Class | IBatisNet.DataMapper.Configuration.Statements Namespace