RecroGridRGPropertyGetBasePropery 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: 6.1.0.23.1204.1+9d8b98a22c49d038b4e3323bfe56aa1d0eabe7ae
C#
public RecroGridRGProperty GetBasePropery(
	IRGDataContext context,
	List<int> exclude
)

Parameters

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

Return Value

RecroGridRGProperty
Property or null.

See Also