Gets a value indicating whether to use CommandBehavior.SequentialAccess.
Namespace:
Tortuga.Chain.DataSources
Assembly:
Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
public bool SequentialAccessMode { get; }
Public ReadOnly Property SequentialAccessMode As Boolean
Get
public:
property bool^ SequentialAccessMode {
bool^ get ();
}
Field Value
If
true, this data source will not honor global event handlers.
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