DataAdapter.HasTableMappings Method

Definition

Indicates whether a DataTableMappingCollection has been created.

protected:
 bool HasTableMappings();
protected bool HasTableMappings ();
member this.HasTableMappings : unit -> bool
Protected Function HasTableMappings () As Boolean

Returns

true if a DataTableMappingCollection has been created; otherwise false.

Applies to

See also