Class Column
Inheritance
System.Object
Column
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.Reports.EJ.Data
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class Column
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 |