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)
145
if (!
_isSharable
||
183
public bool IsSharable =>
_isSharable
;