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#
int Count { get; }
Visual Basic (Declaration)
ReadOnly Property Count As Integer
Visual C++
property int Count {
	int get ();
}

Field Value

The count of the list.

See Also