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

Syntax

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

Parameters

field
Type: IEntityFieldCore

Return Value

Type: IEntityRelation

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