RecroGridRGPropertyGetBaseProperty Method

If the field has a relationship with an external entity, then it returns the field of EntityBase where EntityBase.Alias matches the last part of the field's ColName.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.2.0.24.0426.1
C#
public RecroGridRGProperty GetBaseProperty(
	IRGDataContext dataContext,
	List<int> exclude
)

Parameters

dataContext  IRGDataContext
The context.
exclude  ListInt32
Excludes EntityId from Inheritance.

Return Value

RecroGridRGProperty
Property or null.

See Also