C# Class Microsoft.Data.Entity.Design.Model.Commands.SetRowsAffectedParameterCommand

Inheritance: Microsoft.Data.Entity.Design.Model.Commands.Command
Mostrar archivo Open project: dotnet/ef6tools Class Usage Examples

Protected Methods

Method Description
InvokeInternal ( Microsoft.Data.Entity.Design.Model.Commands.CommandProcessorContext cpc ) : void

Private Methods

Method Description
SetRowsAffectedParameterCommand ( ModificationFunction modificationFunction, Parameter param ) : System.Diagnostics

Method Details

InvokeInternal() protected method

protected InvokeInternal ( Microsoft.Data.Entity.Design.Model.Commands.CommandProcessorContext cpc ) : void
cpc Microsoft.Data.Entity.Design.Model.Commands.CommandProcessorContext
return void