Contains helper methods for accessing RelationalInfoAttribute information.
Namespace: ReFlex.Data namespace Assembly: ReFlex.Data.dll
public static class RelationalMemberInfoHelper
Not applicable.
No remarks.
string databaseConnectionName;string tableName;string identifierName;// get relational info for the Contact classGetRelationalInfo(typeof(Contact), out databaseConnectionName, out tableName, out identifierName);