DXCommandParameterTypeAttribute.ParameterType Property
Gets the parameter type.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public Type ParameterType { get; }
Property Value
Type | Description |
---|---|
Type | The parameter type. |
See Also