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

ForeignKeyFieldJoin..::..PrimaryField Property

Gets the primary field.

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

Syntax


public FieldDefinition PrimaryField { get; set; }
Public Property PrimaryField As FieldDefinition
	Get
	Set
public:
property FieldDefinition^ PrimaryField {
	FieldDefinition^ get ();
	void set (FieldDefinition^ value);
}

Field Value

The primary field.