DataAdapter.ShouldSerializeTableMappings 方法

定義

判斷一個或多個 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

適用於

另請參閱