OdbcParameterCollection::Count Property

 

Returns an Integer that contains the number of elements in the OdbcParameterCollection. Read-only.

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

public:
property int Count {
	virtual int get() override;
}

Property Value

Type: System::Int32

The number of elements in the OdbcParameterCollection as an Integer.

.NET Framework
Available since 1.1
Return to top
Show: