Indicates that the identifier (primary key) name does not match the default ObjectFactory conventions of [ClassName]ID.
Namespace: ReFlex.Data namespace Assembly: ReFlex.Data.dll
public string DefaultIdentifierOverride = null;
[RelationalInfo(DefaultIdentifierOverride = "xyz_contact_id")]public class Contact{ public int xyz_contact_id; [RelationalMemberInfo(Length = 50)] public string FirstName; [RelationalMemberInfo(Length = 50)] public string LastName;}