Persistate API documentation
SetParameter Method (parameterName, value)
NamespacesPersistateDatabaseSetParameter(String, Decimal)

[This is preliminary documentation and is subject to change.]

This method is intended for use only by generated code.
Declaration Syntax
C#
public void SetParameter(
	string parameterName,
	decimal value
)
Parameters
parameterName (String)
The name of the parameter.
value (Decimal)
The value of the parameter.
Remarks
Sets the value of a decimal parameter in a database update command.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)