Table of Contents

Class RelationshipSide

Namespace
The.SQL.Persistence
Assembly
Instagile.dll
public class RelationshipSide
Inheritance
RelationshipSide
Inherited Members

Constructors

RelationshipSide(EntityTable, string, int, string, string, string, bool, bool)

public RelationshipSide(EntityTable target, string propertyName, int propertyIndex, string tableName, string sourceKey, string targetKey, bool isCollection, bool isNavigable)

Parameters

target EntityTable
propertyName string
propertyIndex int
tableName string
sourceKey string
targetKey string
isCollection bool
isNavigable bool

Fields

IsCollection

public readonly bool IsCollection

Field Value

bool

IsNavigable

public readonly bool IsNavigable

Field Value

bool

PropertyIndex

public readonly int PropertyIndex

Field Value

int

PropertyName

public readonly string PropertyName

Field Value

string

SourceKey

public readonly string SourceKey

Field Value

string

TableName

public readonly string TableName

Field Value

string

Target

public readonly EntityTable Target

Field Value

EntityTable

TargetKey

public readonly string TargetKey

Field Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.