Show / Hide Table of Contents

Struct ColumnId

A structure contains owner type and name to identify a Column.

Implements
System.IEquatable<ColumnId>
Inherited Members
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 ColumnId : IEquatable<ColumnId>

Fields

Name Description
DeclaringType

Gets the declaring type.

Name

Gets the name.

Methods

Name Description
Equals(ColumnId)

Determines whether a specified ColumnId struct equals current ColumnId struct.

Equals(Object)
GetHashCode()

Operators

Name Description
Equality(ColumnId, ColumnId)

Determines whether two ColumnId structs are equal.

Inequality(ColumnId, ColumnId)

Determines whether two ColumnId structs are not equal.

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