ASP.NET Core

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

    Show / Hide Table of Contents

    Class SParameter

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

    Constructors

    SParameter()

    Declaration
    public SParameter()

    Properties

    DataType

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

    IsNull

    Declaration
    public bool IsNull { get; set; }
    Property Value
    Type Description
    System.Boolean

    Name

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

    Value

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