RecroGridRGPropertyColName Property

Specifies the name of the column (Entity.Property) that will be included in the SQL query. The name can be based on the logical model of EF, even a field that is several entities away. If the name starts with NSQL:, the system considers it as a Native SQL expression (EF Core). Using the prefix NSQL:EntityBase.{alias} the NSQL type field can inherit from the Alias field of the EntityBase.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.1.0.23.1204.1+9d8b98a22c49d038b4e3323bfe56aa1d0eabe7ae
C#
public string ColName { get; set; }

Property Value

String

See Also