Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

DataSourceSettings..::..SequentialAccessMode Property

Gets or sets a value indicating whether to use CommandBehavior.SequentialAccess.

Namespace:  Tortuga.Chain.DataSources
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public Nullable<bool> SequentialAccessMode { get; set; }
Public Property SequentialAccessMode As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool^> SequentialAccessMode {
	Nullable<bool^> get ();
	void set (Nullable<bool^> value);
}

Field Value

If true, this data source will not honor global event handlers.

Remarks


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