True if the member is part of an alternate key (unique index) in the underlying table.

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

Syntax

C#
public bool IsAlternateKey { get; set; }
Visual Basic
Public Property IsAlternateKey As Boolean
	Get
	Set
Visual C++
public:
property bool IsAlternateKey {
	bool get ();
	void set (bool value);
}

See Also