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

In This Topic
    name Property (RuntimeQuery)
    In This Topic
    The name of the query.
    Syntax
    'Declaration
     
    Public Property name As String
    public string name {get; set;}
    See Also