Gets or sets whether to use shared iterator mode.
When this mode is enabled, concurrent read access to the data source for the same query will be
optimized when possible, and the iterator data will be shared among the accessors.
Note:When null the default will be used
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public Nullable<bool> SharedIteratorMode { get; set; }
Public Property SharedIteratorMode As Nullable(Of Boolean) Get Set
public: property Nullable<bool> SharedIteratorMode { Nullable<bool> get (); void set (Nullable<bool> value); }
/** @property */ public Nullable<boolean> get_SharedIteratorMode() /** @property */ public void set_SharedIteratorMode(Nullable<boolean> value)