QueryParameterValueFromString Method |
|
DataPA OpenAnalytics API Reference
Allows none object values such as decimals, integers, strings, dates and booleans to be assigned to the value property through COM
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void ValueFromString(
string value
)
Public Sub ValueFromString (
value As String
)
public:
virtual void ValueFromString(
String^ value
) sealed
function ValueFromString(value);
Parameters
- value
- Type: SystemString
The none object value to be assigned to the value property through COM
See Also