By convention, EF generates "PK_<<Schema>>.<<TableName>>" as the backing index name for an entity primary key.
Call me a control-freak, but I like providing specific names for my primary keys, and I've been unable to locate any specific annotation or FluentAPI syntax which permits overriding the default behavior.
Am I missing something, or is this simply unavailable?
Thanks.