C# Class System.ComponentModel.DataAnnotations.Schema.InversePropertyAttribute

Inheritance: Attribute
Datei anzeigen Open project: dotnet/corefx

Public Methods

Method Description
InversePropertyAttribute ( string property ) : System.Globalization

Initializes a new instance of the InversePropertyAttribute class.

Method Details

InversePropertyAttribute() public method

Initializes a new instance of the InversePropertyAttribute class.
public InversePropertyAttribute ( string property ) : System.Globalization
property string The navigation property representing the other end of the same relationship.
return System.Globalization