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

SqlMapper.IsSessionStarted Property

Gets a value indicating whether this instance is session started.

[Visual Basic]
NotOverridable Public ReadOnly Property IsSessionStarted As  _
    Implements ISqlMapper.
[C#]
public Boolean IsSessionStarted {get;}

Property Value

true if this instance is session started; otherwise, false.

Implements

ISqlMapper.

See Also

SqlMapper Class | IBatisNet.DataMapper Namespace