Miado - Much-improved ADO.Net
Gets the count of the parameter list.

Namespace:  Miado
Assembly:  Miado (in Miado.dll) Version: 0.8.10214.0 (0.8.10214.0)

Syntax

C#
public int Count { get; }
Visual Basic (Declaration)
Public ReadOnly Property Count As Integer
Visual C++
public:
virtual property int Count {
	int get () sealed;
}

Field Value

The count of the list.

Implements

IDbParameterList..::.Count

See Also