Show / Hide Table of Contents

Interface IAllowDatabaseActions

Inherited Members
IAllowDatabaseExecute.Execute(Int32)
Namespace: GenerallyPositive
Assembly: GPAL.dll
Syntax
public interface IAllowDatabaseActions : IAllowDatabaseExecute

Properties

BeginTransaction

Declaration
IAllowParametersAndActions BeginTransaction { get; }
Property Value
Type Description
IAllowParametersAndActions

Commit

Declaration
IAllowDatabaseActions Commit { get; }
Property Value
Type Description
IAllowDatabaseActions

Create

Declaration
IAllowParametersAndUsing Create { get; }
Property Value
Type Description
IAllowParametersAndUsing

Delete

Declaration
IAllowParametersAndUsing Delete { get; }
Property Value
Type Description
IAllowParametersAndUsing

Read

Declaration
IAllowParametersAndInto Read { get; }
Property Value
Type Description
IAllowParametersAndInto

Rollback

Declaration
IAllowDatabaseActions Rollback { get; }
Property Value
Type Description
IAllowDatabaseActions

Update

Declaration
IAllowParametersAndUsing Update { get; }
Property Value
Type Description
IAllowParametersAndUsing
In This Article
Back to top Generated by DocFX