EldorADO.NET Class Library

ObjectPath.Intersect Method (String, ObjectPath)

[This is preliminary documentation and subject to change.]

Missing <summary> documentation for M:Eldorado.Object.Query.ObjectPath.Intersect(System.String,Eldorado.Object.Query.ObjectPath)

[Visual Basic]
Overloads Public Function Intersect( _
   ByVal correlation1 As String, _
   ByVal source2 As ObjectPath _
) As ObjectPath
[C#]
public ObjectPath Intersect(
   string correlation1,
   ObjectPath source2
);

Parameters

correlation1
Missing <param> documentation for correlation1
source2
Missing <param> documentation for source2

Return Value

Missing <returns> documentation for M:Eldorado.Object.Query.ObjectPath.Intersect(System.String,Eldorado.Object.Query.ObjectPath)

See Also

ObjectPath Class | Eldorado.Object.Query Namespace | ObjectPath.Intersect Overload List