# GC.Data.IRelationship

## Content

# Interface: IRelationship

[GC](../modules/GC).[Data](../modules/GC.Data).IRelationship

## Table of contents

### Properties

- [sourceFieldName](GC.Data.IRelationship#sourcefieldname)
- [sourceRelationshipName](GC.Data.IRelationship#sourcerelationshipname)
- [sourceTable](GC.Data.IRelationship#sourcetable)
- [targetFieldName](GC.Data.IRelationship#targetfieldname)
- [targetRelationshipName](GC.Data.IRelationship#targetrelationshipname)
- [targetTable](GC.Data.IRelationship#targettable)

## Properties

### <a id="sourcefieldname" name="sourcefieldname"></a> sourceFieldName

• **sourceFieldName**: `string`

___

### <a id="sourcerelationshipname" name="sourcerelationshipname"></a> sourceRelationshipName

• **sourceRelationshipName**: `string`

___

### <a id="sourcetable" name="sourcetable"></a> sourceTable

• **sourceTable**: [`Table`](../classes/GC.Data.Table)

___

### <a id="targetfieldname" name="targetfieldname"></a> targetFieldName

• **targetFieldName**: `string`

___

### <a id="targetrelationshipname" name="targetrelationshipname"></a> targetRelationshipName

• **targetRelationshipName**: `string`

___

### <a id="targettable" name="targettable"></a> targetTable

• **targetTable**: [`Table`](../classes/GC.Data.Table)
