Mimer SQL Data Provider
Count Property (MimerParameterCollection)




Mimer.Data.Client Namespace > MimerParameterCollection Class : Count Property
Gets the number of MimerParameter objects in the collection.
Syntax
'Declaration
 
Public Overrides NotOverridable ReadOnly Property Count As Integer
public override int Count {get;}
public read-only property Count: Integer; override; 
public override function get Count : int
public: __property int get_Count() override;

Property Value

The number of MimerParameter objects in the collection.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerParameterCollection Class
MimerParameterCollection Members