C# Class Sharp.Data.Fluent.RemoveItemFromTable

Inheritance: DataClientAction, IRemoveFromTable
Mostra file Open project: sharpmigrations/sharpmigrations

Public Methods

Method Description
FromTable ( string tableName ) : void

Protected Methods

Method Description
RemoveItemFromTable ( IDataClient dataClient )

Method Details

FromTable() public method

public FromTable ( string tableName ) : void
tableName string
return void

RemoveItemFromTable() protected method

protected RemoveItemFromTable ( IDataClient dataClient )
dataClient IDataClient