KREDOR Business Object Framework Documentation

StoredProceduresAttribute Properties

The properties of the StoredProceduresAttribute class are listed below. For a complete list of StoredProceduresAttribute class members, see the StoredProceduresAttribute Members topic.

Public Instance Properties

Delete The name of the stored procedure to use to delete objects of the class. If set the framework will use that instead of a dynamically build Delete command.
Insert The name of the stored procedure to use to insert objects of the class. If set the framework will use that instead of a dynamically build Insert command.
Select The name of the stored procedure to use to select objects of the class. If set, the framework will not try to find a table matching the class.
TypeId (inherited from Attribute)When implemented in a derived class, gets a unique identifier for this Attribute.
Update The name of the stored procedure to use to update objects of the class. If set the framework will use that instead of a dynamically build Update command.

See Also

StoredProceduresAttribute Class | Kredor.BO Namespace