GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.IAllowDatabaseActions Interface Reference
Inheritance diagram for GenerallyPositive.IAllowDatabaseActions:
GenerallyPositive.IAllowDatabaseExecute GenerallyPositive.IAllowParametersAndActions GenerallyPositive.IGPALDatabase GenerallyPositive.GPALDatabase

Properties

IAllowParametersAndUsing Create [get]
IAllowParametersAndInto Read [get]
IAllowParametersAndUsing Update [get]
IAllowParametersAndUsing Delete [get]
IAllowParametersAndActions BeginTransaction [get]
IAllowDatabaseActions Rollback [get]
IAllowDatabaseActions Commit [get]

Additional Inherited Members

Public Member Functions inherited from GenerallyPositive.IAllowDatabaseExecute
IAllowParametersAndActions Execute (out int rowCount)
IAllowParametersAndActions Execute (out List< int > rowCountsPerStatement)
 Per-statement breakdown (via SqlCommand.StatementCompleted) instead of the single aggregate count.

Detailed Description

Definition at line 291 of file Interfaces.cs.

Property Documentation

◆ BeginTransaction

IAllowParametersAndActions GenerallyPositive.IAllowDatabaseActions.BeginTransaction
get

Definition at line 297 of file Interfaces.cs.

◆ Commit

IAllowDatabaseActions GenerallyPositive.IAllowDatabaseActions.Commit
get

Definition at line 299 of file Interfaces.cs.

◆ Create

IAllowParametersAndUsing GenerallyPositive.IAllowDatabaseActions.Create
get

Definition at line 293 of file Interfaces.cs.

◆ Delete

IAllowParametersAndUsing GenerallyPositive.IAllowDatabaseActions.Delete
get

Definition at line 296 of file Interfaces.cs.

◆ Read

IAllowParametersAndInto GenerallyPositive.IAllowDatabaseActions.Read
get

Definition at line 294 of file Interfaces.cs.

◆ Rollback

IAllowDatabaseActions GenerallyPositive.IAllowDatabaseActions.Rollback
get

Definition at line 298 of file Interfaces.cs.

◆ Update

IAllowParametersAndUsing GenerallyPositive.IAllowDatabaseActions.Update
get

Definition at line 295 of file Interfaces.cs.


The documentation for this interface was generated from the following file: