RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

TableDefinitionBase..::..ChildKeys Property

Gets or sets the child keys.

Namespace:  RingSoft.DbLookup.ModelDefinition
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public List<ForeignKeyDefinition> ChildKeys { get; set; }
Public Property ChildKeys As List(Of ForeignKeyDefinition)
	Get
	Set
public:
property List<ForeignKeyDefinition^>^ ChildKeys {
	List<ForeignKeyDefinition^>^ get ();
	void set (List<ForeignKeyDefinition^>^ value);
}

Field Value

The child keys.