Home
last modified time | relevance | path

Searched defs:newRowStates (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/
H A DRelatedView.cs102 …internal override void SetIndex(string newSort, DataViewRowState newRowStates, IFilter newRowFilte… in SetIndex()
H A DDataView.cs1534 …internal virtual void SetIndex(string newSort, DataViewRowState newRowStates, IFilter newRowFilter… in SetIndex()
1538 …internal void SetIndex2(string newSort, DataViewRowState newRowStates, IFilter newRowFilter, bool … in SetIndex2()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Data/
H A DRelatedView.cs102 …internal override void SetIndex(string newSort, DataViewRowState newRowStates, IFilter newRowFilte… in SetIndex()
H A DDataView.cs1484 …internal virtual void SetIndex(string newSort, DataViewRowState newRowStates, IFilter newRowFilter) in SetIndex()
1489 …internal void SetIndex2(string newSort, DataViewRowState newRowStates, IFilter newRowFilter, bool … in SetIndex2()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.DataSetExtensions/System/Data/
H A DLinqDataView.cs233 …internal override void SetIndex(string newSort, DataViewRowState newRowStates, IFilter newRowFilte… in SetIndex()