Click or drag to resize
DynamicQueryEngineCreateCommand Method
Overload List
  NameDescription
Protected methodCreateCommand
Creates the command.
(Inherited from DynamicQueryEngineBase.)
Protected methodCreateCommand(DbConnection)
Creates a new DbCommand object and initializes it
(Overrides DynamicQueryEngineBaseCreateCommand(DbConnection).)
Protected methodCreateCommand(String)
Creates a new DbCommand object and initializes it
(Inherited from DynamicQueryEngineBase.)
Protected methodCreateCommand(String, DbConnection)
Creates a new DbCommand object and initializes it
(Inherited from DynamicQueryEngineBase.)
Top
See Also