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

TableDefinitionBase..::..PrimaryKeyFields Property

Gets the primary key fields.

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

Syntax


public IReadOnlyList<FieldDefinition> PrimaryKeyFields { get; }
Public ReadOnly Property PrimaryKeyFields As IReadOnlyList(Of FieldDefinition)
	Get
public:
property IReadOnlyList<FieldDefinition^>^ PrimaryKeyFields {
	IReadOnlyList<FieldDefinition^>^ get ();
}

Field Value

The primary key fields.