Enumeration of entity member pairs that make up the keys for this association

Namespace: HuagatiEDMXTools
Assembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765

Syntax

C#
public IEnumerable<Tuple> Keys { get; }
Visual Basic
Public ReadOnly Property Keys As IEnumerable(Of Tuple)
	Get
Visual C++
public:
property IEnumerable<Tuple^>^ Keys {
	IEnumerable<Tuple^>^ get ();
}

See Also