Class KeyOutput
Represents model that contains primary key of specified model.
Implements
System.Collections.Generic.IReadOnlyCollection<Model>
System.Collections.Generic.IEnumerable<Model>
System.Collections.IEnumerable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: DevZest.Data.Primitives
Assembly: DevZest.Data.dll
Syntax
public class KeyOutput : Model, IDesignable, IModels, IReadOnlyCollection<Model>, IEnumerable<Model>, IEnumerable, IEntity
Constructors
Name | Description |
---|---|
KeyOutput() | Initializes a new instance of KeyOutput class. |
KeyOutput(Model) | Initializes a new instance of KeyOutput class. |
Properties
Name | Description |
---|---|
DbAlias | |
DbAliasPrefix |
Methods
Name | Description |
---|---|
BuildKeyMappings(ColumnMapper, Model, KeyOutput) | Builds key mappings between source model and target KeyOutput model. |