Parameter.Dispose() Method
Disposes of the Parameter object.
Namespace: DevExpress.Snap.Core.API
Assembly: DevExpress.Snap.v21.2.Core.dll
NuGet Package: DevExpress.Snap.Core
Declaration
Remarks
Call the Dispose method when you have finished working with a manually created Parameter object. This releases all the resources allocated to the object, and speeds up system performance.
See Also