'Declaration
Public Overloads Overrides NotOverridable Sub Add( _ ByVal item As DbBatchCommand _ )
public override void Add( DbBatchCommand item )
public procedure Add( item: DbBatchCommand ); override;
public override function Add( item : DbBatchCommand );
public: void Add( DbBatchCommand* item ) override
Parameters
- item
- The object to add to the collection.