Class FunctionAttribute
Inheritance
System.Object
FunctionAttribute
Assembly: Telerik.OpenAccess.dll
Syntax
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
public sealed class FunctionAttribute : MetadataAttribute
Constructors
Declaration
public FunctionAttribute(string name)
Parameters
Properties
Declaration
public string CommandText { get; set; }
Property Value
Declaration
public FunctionTypeEnumeration FunctionType { get; set; }
Property Value
Declaration
public bool IsFunction { get; set; }
Property Value
Declaration
[ConstructorArgument]
public string Name { get; set; }
Property Value