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

MappedStatement.Id Property

Name used to identify the MappedStatement amongst the others. This the name of the SQL statement by default.

[Visual Basic]
NotOverridable Public ReadOnly Property Id As  _
    Implements IMappedStatement.
[C#]
public String Id {get;}

Implements

IMappedStatement.

See Also

MappedStatement Class | IBatisNet.DataMapper.MappedStatements Namespace