Class RelateOperation
public class RelateOperation : Operation
- Inheritance
-
RelateOperation
- Inherited Members
Constructors
RelateOperation(RowOperand, RowOperand, KeySnapshot)
public RelateOperation(RowOperand source, RowOperand target, KeySnapshot model)
Parameters
sourceRowOperandtargetRowOperandmodelKeySnapshot
Fields
IsLookup
public bool IsLookup
Field Value
RelationshipName
public readonly string RelationshipName
Field Value
Source
public readonly RowOperand Source
Field Value
Target
public readonly RowOperand Target
Field Value
TypeName
public readonly string TypeName
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.