MarkLogic XDBC.NET Library

IXdbcCommand.SetDate Method

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

Overload List

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

void SetDate(XmlQualifiedName,DateTime);

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

void SetDate(XmlQualifiedName,string);

See Also

IXdbcCommand Interface | MarkLogic.Xdbc Namespace