Creates a DataValue instance of a given runtime type.
Namespace: Spotfire.Dxp.DataAssembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax
Type Parameters
- T
- The generic type, which must match a known data type.
Return Value
Type: DataValue TA new DataValue instance of the given type, initially set to a null value.
Exceptions
Exception | Condition |
---|---|
System ArgumentException | If the generic type does not match a data type. |
Version Information
See Also