ASP.NET Core

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

    Show / Hide Table of Contents

    Class Column

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

    Constructors

    Column()

    Declaration
    public Column()

    Properties

    DataType

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

    ForeignKey

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

    IsForeignKey

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

    IsNullable

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

    IsPrimaryKey

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