DataColumnMappingCollection::Count Property

 

Gets the number of DataColumnMapping objects in the collection.

Namespace:   System.Data.Common
Assembly:  System.Data (in System.Data.dll)

public:
[BrowsableAttribute(false)]
property int Count {
	virtual int get() sealed;
}

Property Value

Type: System::Int32

The number of items in the collection.

The following example creates a DataColumnMappingCollection collection, adds DataColumnMapping objects to the collection, and displays a list of the mapped source columns.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: