MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends

Constructs an MgParameter object. The default parameter direction is input.

.NET Syntax
MgParameter(MgNullableProperty prop);
Java Syntax
MgParameter(MgNullableProperty prop);
PHP Syntax
MgParameter(MgNullableProperty prop);
Parameters:
prop(MgNullableProperty) An MgNullableProperty instance which contains the name and value of the parameter.