Class DynamicRowDisposal
When a dynamic row returned by a IReader or IAsyncReader will be disposed.
Inheritance
System.Object
DynamicRowDisposal
Namespace: Cesil
Assembly: Cesil.dll
Syntax
public sealed class DynamicRowDisposal : Enum
Fields
OnExplicitDispose
Dynamic rows will only be disposed when Dispose() is explicitly called on the row.
Declaration
public const DynamicRowDisposal OnExplicitDispose
Field Value
Type | Description |
---|---|
DynamicRowDisposal |
OnReaderDispose
Dynamic rows will be automatically disposed when the reader that returned them is disposed.
Declaration
public const DynamicRowDisposal OnReaderDispose
Field Value
Type | Description |
---|---|
DynamicRowDisposal |
value__
Declaration
public byte value__
Field Value
Type | Description |
---|---|
System.Byte |