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