ASP.NET MVC

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

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved