Show / Hide Table of Contents

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.

Extension Methods

ColumnExtensions.WithDefaultValue<TColumn, TValue>(TColumn, TValue, String, String)
ColumnExtensions.WithValueComparer<TColumn, TValue>(TColumn, IComparer<TValue>)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest