# GrapeCity.ActiveReports.ReportsCore.Data.DataProviders.PostgreSQLSchemaProvider.ForeignKeyData.Relations

## Content

<div class="doc-site-dotnet-api-container">




<h1 id="GrapeCity_ActiveReports_ReportsCore_Data_DataProviders_PostgreSQLSchemaProvider_ForeignKeyData_Relations" data-uid="GrapeCity.ActiveReports.ReportsCore.Data.DataProviders.PostgreSQLSchemaProvider.ForeignKeyData.Relations" class="text-break">Relations Field
</h1>
<div class="markdown level0 summary"><p>Gets foreign key relations.</p>
</div>
<div class="markdown level0 conceptual"></div>
<h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Data.DataProviders.html">GrapeCity.ActiveReports.ReportsCore.Data.DataProviders</a></h6>
<h6><strong>Assembly</strong>: MESCIUS.ActiveReports.dll</h6>
<h5 id="GrapeCity_ActiveReports_ReportsCore_Data_DataProviders_PostgreSQLSchemaProvider_ForeignKeyData_Relations_syntax">Syntax</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public readonly IEnumerable&lt;PostgreSQLSchemaProvider.ForeignKeyData.Relation&gt; Relations</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Data.DataProviders.PostgreSQLSchemaProvider.html">PostgreSQLSchemaProvider</a>.<a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Data.DataProviders.PostgreSQLSchemaProvider.ForeignKeyData.html">ForeignKeyData</a>.<a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Data.DataProviders.PostgreSQLSchemaProvider.ForeignKeyData.Relation.html">Relation</a>&gt;</td>
      <td>Gets foreign key relations.</td>
    </tr>
  </tbody>
</table>
</div>
