ODataParameterWriter.WriteValue(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Start writing a value parameter.
public abstract void WriteValue (string parameterName, object parameterValue);
abstract member WriteValue : string * obj -> unit
Public MustOverride Sub WriteValue (parameterName As String, parameterValue As Object)
Parameters
- parameterName
- String
The name of the parameter to write.
- parameterValue
- Object
The value of the parameter to write (null/ODataEnumValue/primitiveClrValue).