MarkLogic XDBC.NET Library

IXdbcCommand.SetInteger Method (XmlQualifiedName, Int64)

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

[Visual Basic]
Sub SetInteger( _
   ByVal name As XmlQualifiedName, _
   ByVal value As Long _
)
[C#]
void SetInteger(
   XmlQualifiedName name,
   long value
);

Parameters

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

Exceptions

Exception TypeCondition
XdbcExceptionIf a database access error occurs

See Also

IXdbcCommand Interface | MarkLogic.Xdbc Namespace | IXdbcCommand.SetInteger Overload List