MarkLogic XDBC.NET Library

IXdbcConnection.CreateCommand Method 

Creates a IXdbcCommand object for sending XQuery expressions to the database.

[Visual Basic]
Function CreateCommand() As IXdbcCommand
[C#]
IXdbcCommand CreateCommand();

Return Value

The IXdbcCommand that is created

Exceptions

Exception TypeCondition
XdbcExceptionIf a database access error occurs

See Also

IXdbcConnection Interface | MarkLogic.Xdbc Namespace