OracleParameterCollection.Count Property

Definition

Returns an Integer containing the number of elements in the OracleParameterCollection. Read-only.

public:
 property int Count { int get(); };
public:
 virtual property int Count { int get(); };
public int Count { get; }
public override int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer
Public Overrides ReadOnly Property Count As Integer

Property Value

The number of elements in the OracleParameterCollection as an Integer.

Implements

Applies to