MarkLogic XDBC.NET Library

IXdbcCommand.SetDouble Method 

Binds the variable's value to the argument value. The variable should be of type xs:double.

[Visual Basic]
Sub SetDouble( _
   ByVal name As XmlQualifiedName, _
   ByVal value As Double _
)
[C#]
void SetDouble(
   XmlQualifiedName name,
   double value
);

Parameters

name
The extended name of the variable to set.
value
The double value to set.

Exceptions

Exception TypeCondition
XdbcExceptionIf a database access error occurs

See Also

IXdbcCommand Interface | MarkLogic.Xdbc Namespace