C# Class Castle.ActiveRecord.BelongsToAttribute

Inheritance: Castle.ActiveRecord.WithAccessOptionalTableAttribute
Afficher le fichier Open project: nats/castle-1.0.3-mono

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
BelongsToAttribute ( ) : System

Initializes a new instance of the BelongsToAttribute class.

BelongsToAttribute ( String column ) : System

Indicates the name of the column to be used on the association. Usually the name of the foreign key field on the underlying database.

Method Details

BelongsToAttribute() public méthode

Initializes a new instance of the BelongsToAttribute class.
public BelongsToAttribute ( ) : System
Résultat System

BelongsToAttribute() public méthode

Indicates the name of the column to be used on the association. Usually the name of the foreign key field on the underlying database.
public BelongsToAttribute ( String column ) : System
column String
Résultat System