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.
            
Namespace: Recrovit.RecroGridFrameworkAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.5.2.24.0805.1
public string ColName { get; set; }
Property Value
String