Table of Contents

Class NoForeignKeyAttribute

Namespace
DevExpress.Xpo
Assembly
DevExpress.Xpo.v24.1.dll

Disables automatic creation of the FOREIGN KEY constraints.

[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, Inherited = true)]
public sealed class NoForeignKeyAttribute : Attribute
Inheritance
NoForeignKeyAttribute
Inherited Members

Constructors

NoForeignKeyAttribute()

Initializes a new instance of the NoForeignKeyAttribute class.

public NoForeignKeyAttribute()