C# Class JPB.DataAccess.ModelsAnotations.ForeignKeyDeclarationAttribute

Inheritance: DataAccessAttribute
Afficher le fichier Open project: JPVenson/DataAccess

Méthodes publiques

Méthode Description
ForeignKeyDeclarationAttribute ( string foreignKey, Type foreignTable ) : System

Declares a new Foreign key constraint

ForeignKeyDeclarationAttribute ( string foreignKey, string foreignTable ) : System

Declares a new Foreign key constraint

Method Details

ForeignKeyDeclarationAttribute() public méthode

Declares a new Foreign key constraint
public ForeignKeyDeclarationAttribute ( string foreignKey, Type foreignTable ) : System
foreignKey string
foreignTable System.Type
Résultat System

ForeignKeyDeclarationAttribute() public méthode

Declares a new Foreign key constraint
public ForeignKeyDeclarationAttribute ( string foreignKey, string foreignTable ) : System
foreignKey string
foreignTable string
Résultat System