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

Generate.Table Property

The table name used to build the SQL query.

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

Remarks

Will be used to get the metadata to build the SQL if needed.

See Also

Generate Class | IBatisNet.DataMapper.Configuration.Statements Namespace