Class CrudOperationAttribute
Inheritance
System.Object
CrudOperationAttribute
Assembly: Telerik.OpenAccess.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public sealed class CrudOperationAttribute : MetadataAttribute
Constructors
Declaration
public CrudOperationAttribute()
Properties
Declaration
public string DeleteProcedureName { get; set; }
Property Value
Declaration
public string InsertProcedureName { get; set; }
Property Value
Declaration
public string RetrieveProcedureName { get; set; }
Property Value
Declaration
public string UpdateProcedureName { get; set; }
Property Value