DataEngine for .NET Standard | ComponentOne
C1.DataEngine.Api Assembly / C1.DataEngine Namespace / RuntimeRangeCondition Class / name Property

In This Topic
    name Property (RuntimeRangeCondition)
    In This Topic
    The name of the column to use when evaluating the range condition.
    Syntax
    'Declaration
     
    Public Property name As String
    public string name {get; set;}
    See Also