DataPlace
ForeignKey Structure
CSCS.DataPlace.Common.DataForeignKey
Represents an instance of a foreign key in a user table, i.e. the relationship to a column in a parent table.
Declaration Syntax
C#
public struct ForeignKey : IComparable<ForeignKey>
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ForeignKey(Object, String)
Creates a new instance.

CompareTo(ForeignKey)
Compares the instance to another.

DisplayName
Gets the display name.

Equality(ForeignKey, ForeignKey)
Determines whether two objects represent the same value.

Equals(Object)
Determines whether this instance represents the same value as another object.
(Overrides ValueType.Equals(Object).)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Gets the hash code for this object.
(Overrides ValueType.GetHashCode()()().)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
GetValidValues(DataPlaceDataSource, DataPlace..::.DPColumnRow)
Gets a collection of valid values.

ID
Gets a unique ID that represents the foreign key. The ID is used for comparing and sorting instances.

Inequality(ForeignKey, ForeignKey)
Determines whether two objects represent different values.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()
Gets a string representation of this object.
(Overrides ValueType.ToString()()().)
TryParse(Object, ForeignKey%)
Parses/converts a value if possible.

ValidValues
Gets a collection of valid values.

Assembly: CS.DataPlace.Common (Module: CS.DataPlace.Common) Version: 2.0.3271.19817