ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Command - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Command

    Inheritance
    System.Object
    Command
    Namespace: Syncfusion.Report.Data
    Assembly: Syncfusion.Report.Portable.dll
    Syntax
    public class Command : Object

    Constructors

    Command()

    Declaration
    public Command()

    Properties

    CommandType

    Declaration
    public CommandType CommandType { get; set; }
    Property Value
    Type Description
    CommandType

    Parameters

    Declaration
    public List<Parameter> Parameters { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<Parameter>

    Text

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    Timeout

    Declaration
    public int Timeout { get; set; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved