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