DataTableMappingCollection::Count Property
.NET Framework (current version)
Gets the number of DataTableMapping objects in the collection.
Assembly: System.Data (in System.Data.dll)
Implements
ICollection::CountThe following example creates a DataTableMappingCollection, adds DataTableMapping objects to the collection, and displays a list of the mapped source tables.
.NET Framework
Available since 1.1
Available since 1.1
Show: