DataAdapter.ShouldSerializeTableMappings 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷一個或多個 DataTableMapping 物件是否存在並且應該保存 (Persist)。
protected:
virtual bool ShouldSerializeTableMappings();
protected virtual bool ShouldSerializeTableMappings ();
abstract member ShouldSerializeTableMappings : unit -> bool
override this.ShouldSerializeTableMappings : unit -> bool
Protected Overridable Function ShouldSerializeTableMappings () As Boolean
傳回
如果存在一個或多個 DataTableMapping 物件,則為 true
,否則為 false
。
適用於
另請參閱
- ADO.NET 概觀 \(部分機器翻譯\)