C# Class Mono.Data.Sqlite.Orm.ComponentModel.ForeignKeyAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: mattleibow/Mono.Data.Sqlite.Orm

Méthodes publiques

Méthode Description
ForeignKeyAttribute ( Type childTable, string childKey ) : System

Method Details

ForeignKeyAttribute() public méthode

public ForeignKeyAttribute ( Type childTable, string childKey ) : System
childTable System.Type
childKey string
Résultat System