CreateCommand()

DbProviderFactory::CreateCommand() method

RTTI information.

virtual SharedPtr<DbCommand> System::Data::Common::DbProviderFactory::CreateCommand()=0

Return Value

Empty command to database covered by this provider.

Remarks

Creates command to send to database.

See Also