MarkLogic XDBC.NET Library

IXdbcCommand.SetDate Method (XmlQualifiedName, String)

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

[Visual Basic]
Sub SetDate( _
   ByVal name As XmlQualifiedName, _
   ByVal value As String _
)
[C#]
void SetDate(
   XmlQualifiedName name,
   string value
);

Parameters

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

Exceptions

Exception TypeCondition
XdbcExceptionIf a database access error occurs

See Also

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