Interface IAllowDatabaseActions
Assembly: GPAL.dll
Syntax
public interface IAllowDatabaseActions : IAllowDatabaseExecute
Properties
BeginTransaction
Declaration
IAllowParametersAndActions BeginTransaction { get; }
Property Value
Commit
Declaration
IAllowDatabaseActions Commit { get; }
Property Value
Create
Declaration
IAllowParametersAndUsing Create { get; }
Property Value
Delete
Declaration
IAllowParametersAndUsing Delete { get; }
Property Value
Read
Declaration
IAllowParametersAndInto Read { get; }
Property Value
Rollback
Declaration
IAllowDatabaseActions Rollback { get; }
Property Value
Update
Declaration
IAllowParametersAndUsing Update { get; }
Property Value