System::Data::Common::DbProviderFactory::CreateCommand method

DbProviderFactory::CreateCommand method

RTTI information.

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

ReturnValue

Empty command to database covered by this provider.

Remarks

Creates command to send to database.

See Also