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. |