Class MappedFunctionAttribute
Inheritance
System.Object
System.Attribute
MappedFunctionAttribute
Namespace: Telerik.OpenAccess.Metadata
Assembly: Telerik.OpenAccess.dll
Syntax
[AttributeUsage(AttributeTargets.Method, AllowMultiple = true)]
public class MappedFunctionAttribute : Attribute, _Attribute
Constructors
MappedFunctionAttribute()
Declaration
public MappedFunctionAttribute()
Properties
Backend
IsDeterministic
Declaration
public bool IsDeterministic { get; set; }
Property Value
System.
|
Name
Declaration
public string Name { get; set; }
Property Value
System.
|