/// <summary> /// Sets the primary key of the table. /// <para>Call multiple times for composite keys.</para> /// </summary> /// <returns>The property builder.</returns> public IPropertyBuilder PrimaryKey() { EntityBuilder.AddPrimaryKey(PropertyName); return(this); }