OleDbParameterCollection.Count Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an integer that contains the number of elements in the OleDbParameterCollection. Read-only.
public:
 virtual property int Count { int get(); };public:
 property int Count { int get(); };public override int Count { get; }[System.ComponentModel.Browsable(false)]
public int Count { get; }member this.Count : int[<System.ComponentModel.Browsable(false)>]
member this.Count : intPublic Overrides ReadOnly Property Count As IntegerPublic ReadOnly Property Count As IntegerProperty Value
The number of elements in the OleDbParameterCollection as an integer.
Implements
- Attributes