Class ForeignKeyAssociationAttribute
Inheritance
System.Object
ForeignKeyAssociationAttribute
Assembly: Telerik.OpenAccess.dll
Syntax
public class ForeignKeyAssociationAttribute : AssociationAttribute
Constructors
Declaration
public ForeignKeyAssociationAttribute()
Properties
Declaration
public string ConstraintName { get; set; }
Property Value
Declaration
public string ForeignKeyColumns { get; set; }
Property Value
Declaration
public string SharedFields { get; set; }
Property Value
Declaration
public string TargetFields { get; set; }
Property Value