public static void GetRelationalInfo(Type type, out string tableName, out string identifierName)
public static void GetRelationalInfo(Type type, out string databaseConnectionName, out string tableName, out string identifierName)
public static void GetRelationalInfo(Relationship relationship, out string subjectTableName, out string subjectIdentifierName, out string joinTableName, out string joinIdentifierName, out string keyHolderIdentifierName)