Gets or sets a value indicating whether to use CommandBehavior.SequentialAccess.
Namespace:
Tortuga.Chain.DataSources
Assembly:
Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
bool SequentialAccessMode { get; }
ReadOnly Property SequentialAccessMode As Boolean
Get
property bool^ SequentialAccessMode {
bool^ get ();
}
Field Value
If
true, this data source will not honor global event handlers.
Leave null to inherit settings from the parent data source.
Disable for general database access. Enable when working with very large objects.
For more information see https://docs.microsoft.com/en-us/archive/blogs/adonet/using-sqldatareaders-new-async-methods-in-net-4-5