Click or drag to resize

DynamicQueryEngine.CreateCommand Method

Overload List
  NameDescription
Protected methodCreateCommand()
Creates the command.
(Inherited from DynamicQueryEngineBase.)
Protected methodCreateCommand(DbConnection)
Creates a new DbCommand object and initializes it
(Overrides DynamicQueryEngineBase.CreateCommand(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