ForeignKeyFieldsItem(String) Property

Get the current ForeignKeyField information by name

Definition

Namespace: Gemstone.Data
Assembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.183 -- Release Build+e66cc967a4c2172af13374f270f641d07e8089ad
public ForeignKeyField this[
	string name
] { get; }

Parameters

name  String

Return Value

ForeignKeyField

See Also