Interface IUpdateCommandBuilder
Provides an interface for update command builder objects.
Namespace: Paradigm.ORM.Data.CommandBuilders
Assembly: Paradigm.ORM.Data.dll
Syntax
public interface IUpdateCommandBuilder : ICommandBuilder, IDisposable
Methods
| Improve this Doc View SourceGetCommand(IValueProvider)
Gets an update command query ready to update one entity.
Declaration
IDatabaseCommand GetCommand(IValueProvider valueProvider)
Parameters
Type | Name | Description |
---|---|---|
IValueProvider | valueProvider | A value provider to extract the value from the source. |
Returns
Type | Description |
---|---|
IDatabaseCommand | An update command already parametrized to update the entity. |