ForeignKeyFieldJoin..::..PrimaryField Property
Gets the primary field.
Namespace:
RingSoft.DbLookup.ModelDefinitionAssembly: 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); }