1 write to _isSharable
System.Data.Common (1)
System\Data\Selection.cs (1)
127_isSharable = (rowFilter == null) && (comparison == null); // a filter or comparison make an index unsharable
2 references to _isSharable
System.Data.Common (2)
System\Data\Selection.cs (2)
145if (!_isSharable || 183public bool IsSharable => _isSharable;