The CrudProcedureAttribute type exposes the following members.

Constructors

  NameDescription
CrudProcedureAttribute

Properties

  NameDescription
Delete
Gets or sets the name of the stored procedure which deletes an existing entity.
Insert
Gets or sets the name of the stored procedure which inserts a new entity.
Select
Gets or sets the name of the stored procedure which selects all entities of the type (when applied to a class) or all members of the collection (when applied to an EntityCollection<(Of <(TEntity>)>) field.
SelectById
Gets or sets the name of the stored procedure which selects a single entity by its ID.
Update
Gets or sets the name of the stored procedure which updates an existing entity.

See Also