Table of Contents

Class ModificationFunctionMapping

Namespace
Z.EntityFramework.Extensions.Core.Mapping
Assembly
Z.EntityFramework.Extensions.dll

Please visit the Microsoft documentation for more detail.

public class ModificationFunctionMapping
Inheritance
ModificationFunctionMapping
Inherited Members

Constructors

ModificationFunctionMapping()

public ModificationFunctionMapping()

Properties

Delete

public Function Delete { get; set; }

Property Value

Function

DeleteFunction

public FunctionMapping DeleteFunction { get; set; }

Property Value

FunctionMapping

Insert

public Function Insert { get; set; }

Property Value

Function

InsertFunction

public FunctionMapping InsertFunction { get; set; }

Property Value

FunctionMapping

Update

public Function Update { get; set; }

Property Value

Function

UpdateFunction

public FunctionMapping UpdateFunction { get; set; }

Property Value

FunctionMapping