QueryableDataSourceView.Delete(IDictionary, IDictionary) Yöntem

Tanım

Silme işlemi gerçekleştirir.

public:
 int Delete(System::Collections::IDictionary ^ keys, System::Collections::IDictionary ^ oldValues);
public int Delete (System.Collections.IDictionary keys, System.Collections.IDictionary oldValues);
override this.Delete : System.Collections.IDictionary * System.Collections.IDictionary -> int
Public Function Delete (keys As IDictionary, oldValues As IDictionary) As Integer

Parametreler

keys
IDictionary

Silinecek satırların anahtarları.

oldValues
IDictionary

Veri çakışmalarını algılamak için değerlendirilecek satır değerleri.

Döndürülenler

Int32

Veri kaynağından silinen satır sayısı.

Şunlara uygulanır