Class Column
Inheritance
System.Object
Column
Assembly: Syncfusion.Report.Portable.dll
Syntax
public class Column : Object
Constructors
Column()
Declaration
Properties
DataType
Declaration
public string DataType { get; set; }
Property Value
Type |
Description |
System.String |
|
ForeignKey
Declaration
public ForeignKey ForeignKey { get; set; }
Property Value
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 |
|