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

Inheritance: System.Attribute
Datei anzeigen Open project: mattleibow/Mono.Data.Sqlite.Orm

Public Methods

Method Description
ForeignKeyAttribute ( Type childTable, string childKey ) : System

Method Details

ForeignKeyAttribute() public method

public ForeignKeyAttribute ( Type childTable, string childKey ) : System
childTable System.Type
childKey string
return System