MarkLogic XDBC.NET Library

IXdbcCommand.SetTime Method

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

Overload List

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

void SetTime(XmlQualifiedName,DateTime);

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

void SetTime(XmlQualifiedName,string);

See Also

IXdbcCommand Interface | MarkLogic.Xdbc Namespace