Class ForeignKey
Inheritance
System.Object
ForeignKey
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 ForeignKey
Constructors
ForeignKey()
Declaration
public ForeignKey()
Properties
Constraint
Declaration
public string Constraint { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Field
Declaration
public string Field { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RelationField
Declaration
public string RelationField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RelationSchema
Declaration
public string RelationSchema { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RelationTable
Declaration
public string RelationTable { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Schema
Declaration
public string Schema { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Table
Declaration
public string Table { get; set; }
Property Value
Type | Description |
---|---|
System.String |