Represents edges for entity graph defined through
public class Korzh.EasyQuery.EdgeInfo
Properties
Type | Name | Description |
---|---|---|
String |
InnerProperty | Gets or sets the property in inner vertex. |
ObjectModelType |
InnerType | Gets or sets the inner vertex of the edge. |
String |
OuterProperty | Gets or sets the property in outer vertex. |
ObjectModelType |
OuterType | Gets or sets the outer vertex (in graph) of the edge. |