GetRelationalInfo method

Provides helper methods for accessing RelationalInfoAttribute information on data objects.

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

Syntax

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)