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

TableDefinitionBase..::..ChildFields Property

Gets or sets the child fields.

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

Syntax


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

Field Value

The child fields.