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

Insert.SelectKey Property

The selectKey statement used by an insert statement.

[Visual Basic]
<XmlElement(Type:=IBatisNet.DataMapper.Configuration.Statements.SelectKey, ElementName:="selectKey", Namespace:="null", IsNullable:=False, Form:=XmlSchemaForm.None, Order:=-1, TypeId:=System.Xml.Serialization.XmlElementAttribute)>
Public Property SelectKey As 
[C#]
[XmlElement(Type=IBatisNet.DataMapper.Configuration.Statements.SelectKey, ElementName="selectKey", Namespace="null", IsNullable=False, Form=XmlSchemaForm.None, Order=-1, TypeId=System.Xml.Serialization.XmlElementAttribute)]
public SelectKey SelectKey {get; set;}

See Also

Insert Class | IBatisNet.DataMapper.Configuration.Statements Namespace