Namespace: MonoSoftware.LLBLGen
Assembly: MonoSoftware.LLBLGen (in MonoSoftware.LLBLGen.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public static IEntityFieldCore GetRelatedField(
	this IEntityFieldCore field
)
Visual Basic
<ExtensionAttribute> 
Public Shared Function GetRelatedField ( 
	field As IEntityFieldCore
) As IEntityFieldCore
Visual C++
public:
[ExtensionAttribute]
static IEntityFieldCore^ GetRelatedField(
	IEntityFieldCore^ field
)
F#
static member GetRelatedField : 
        field : IEntityFieldCore -> IEntityFieldCore 

Parameters

field
Type: IEntityFieldCore

Return Value

Type: IEntityFieldCore

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEntityFieldCore. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also