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
targetEntityTablepropertyNamestringpropertyIndexinttableNamestringsourceKeystringtargetKeystringisCollectionboolisNavigablebool
Fields
IsCollection
public readonly bool IsCollection
Field Value
IsNavigable
public readonly bool IsNavigable
Field Value
PropertyIndex
public readonly int PropertyIndex
Field Value
PropertyName
public readonly string PropertyName
Field Value
SourceKey
public readonly string SourceKey
Field Value
TableName
public readonly string TableName
Field Value
Target
public readonly EntityTable Target
Field Value
TargetKey
public readonly string TargetKey
Field Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.