Struct KeyMapping
Represents mapping between two keys.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: DevZest.Data
Assembly: DevZest.Data.dll
Syntax
public struct KeyMapping
Properties
Name | Description |
---|---|
IsEmpty | Gets a value indicates whether this key mapping is empty. |
SourceKey | Gets the source key of the mapping. |
SourceModel | Gets the source model. |
TargetKey | Gets the target key of the mapping. |
TargetModel | Gets the target model. |
Methods
Name | Description |
---|---|
GetColumnMappings() | Gets the column mappings. |