MarkLogic XDBC.NET Library

IXdbcCommand.SetInteger Method

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

Overload List

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

void SetInteger(XmlQualifiedName,int);

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

void SetInteger(XmlQualifiedName,long);

See Also

IXdbcCommand Interface | MarkLogic.Xdbc Namespace