MarkLogic XDBC.NET Library

IXdbcCommand.SetDateTime Method

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

Overload List

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

void SetDateTime(XmlQualifiedName,DateTime);

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

void SetDateTime(XmlQualifiedName,string);

See Also

IXdbcCommand Interface | MarkLogic.Xdbc Namespace