Class ManagedInverseAttribute
Inheritance
System.Object
System.Attribute
ManagedInverseAttribute
Namespace: Telerik.OpenAccess
Assembly: Telerik.OpenAccess.dll
Syntax
[AttributeUsage(AttributeTargets.Field, AllowMultiple = false)]
public sealed class ManagedInverseAttribute : Attribute, _Attribute
Constructors
ManagedInverseAttribute(String)
Declaration
public ManagedInverseAttribute(string nameOfInverseField)
Parameters
System.
|