Craig's Utility Library  4.0 Beta
Utilities.ORM.Manager.QueryProvider.Interfaces.ICommand Interface Reference

Command interface More...

Inheritance diagram for Utilities.ORM.Manager.QueryProvider.Interfaces.ICommand:
Utilities.ORM.Manager.QueryProvider.Default.Command

Properties

CommandType CommandType [get]
 Command type More...
 
ICollection< IParameterParameters [get]
 Parameters associated with the command More...
 
string SQLCommand [get]
 Actual SQL command More...
 

Detailed Description

Command interface

Definition at line 30 of file ICommand.cs.

Property Documentation

CommandType Utilities.ORM.Manager.QueryProvider.Interfaces.ICommand.CommandType
get

Command type

Definition at line 35 of file ICommand.cs.

ICollection<IParameter> Utilities.ORM.Manager.QueryProvider.Interfaces.ICommand.Parameters
get

Parameters associated with the command

Definition at line 40 of file ICommand.cs.

string Utilities.ORM.Manager.QueryProvider.Interfaces.ICommand.SQLCommand
get

Actual SQL command

Definition at line 45 of file ICommand.cs.


The documentation for this interface was generated from the following file: