RelationalInfoHelper class

Contains helper methods for accessing RelationalInfoAttribute information.

Namespace: ReFlex.Data namespace
Assembly: ReFlex.Data.dll

Syntax

public static class RelationalMemberInfoHelper

Constructors

Not applicable.

Remarks

No remarks.

Examples

string databaseConnectionName;
string tableName;
string identifierName;

// get relational info for the Contact class
GetRelationalInfo(typeof(Contact), out databaseConnectionName, out tableName, out identifierName);