Interface IDataCommandFactory
Interface for data command factory.
Namespace: Kephas.Data.Commands.Factory
Assembly: Kephas.Data.dll
Syntax
public interface IDataCommandFactory
Methods
| Improve this Doc View SourceGetCommandFactory(Type)
Gets the command factory for the given data context type.
Declaration
Func<IDataCommand> GetCommandFactory(Type dataContextType)
Parameters
Type | Name | Description |
---|---|---|
System.Type | dataContextType | Type of the data context. |
Returns
Type | Description |
---|---|
System.Func<IDataCommand> | The command factory for the indicated command. |