DataAdapter.HasTableMappings Méthode
Définition
Indique si DataTableMappingCollection a été créé.Indicates whether a DataTableMappingCollection has been created.
protected:
bool HasTableMappings();
protected bool HasTableMappings ();
member this.HasTableMappings : unit -> bool
Protected Function HasTableMappings () As Boolean
Retours
true
en cas de création de DataTableMappingCollection ; sinon, false
.true
if a DataTableMappingCollection has been created; otherwise false
.