MarkLogic XDBC.NET Library

IXdbcCommand.SetDecimal Method

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

Note that this conversion may involve some loss of precision due to differences in .NET and XQuery types.

Overload List

Binds the variable's value to the argument value. The variable should be of type xs:decimal. Note that this conversion may involve some loss of precision due to differences in .NET and XQuery types.

void SetDecimal(XmlQualifiedName,decimal);

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

void SetDecimal(XmlQualifiedName,string);

See Also

IXdbcCommand Interface | MarkLogic.Xdbc Namespace