Show / Hide Table of Contents

Interface IGPALDatabase

Inherited Members
IAllowColumnLength.WithColumnLength(Int32)
IAllowDatabaseSettings.WithConnectionString(String)
IAllowDatabaseSettings.WithUsername(String)
IAllowDatabaseSettings.WithPassword(String)
IAllowDatabaseSettings.WithServerName(String)
IAllowDatabaseSettings.WithDatabaseName(String)
IAllowDatabaseSettings.WithDatabaseType(Enums.DatabaseType)
IAllowDatabaseSettings.WithTableName(String)
IAllowDatabaseSettings.WithSQLCommand(String)
IAllowDatabaseSettings.WithStoredProcedure(String)
IAllowDatabaseSettings.WithParameterName(String)
IAllowDatabaseSettings.WithDatetimeColumn(String)
IAllowDatabaseSettings.WithTimeColumn(String)
IAllowDatabaseSettings.WithTimestampColumn(String)
IAllowDatabaseSettings.WithDecimalColumn(String)
IAllowDatabaseSettings.WithFloatColumn(String)
IAllowDatabaseSettings.WithImageColumn(String)
IAllowDatabaseSettings.WithIntegerColumn(String)
IAllowDatabaseSettings.WithMoneyColumn(String)
IAllowDatabaseSettings.WithVarCharColumn(String)
IAllowDatabaseSettings.WithNVarCharColumn(String)
IAllowDatabaseSettings.WithCharColumn(String)
IAllowDatabaseSettings.WithNCharColumn(String)
IAllowDatabaseSettings.WithTextColumn(String)
IAllowDatabaseSettings.WithNTextColumn(String)
IAllowDatabaseSettings.WithTableColumn(String)
IAllowDatabaseSettings.WithRowCount(Int32)
IAllowDatabaseSettings.WithCreateAs(String)
IAllowDatabaseSettings.WithReadAs(String)
IAllowDatabaseSettings.WithUpdateAs(String)
IAllowDatabaseSettings.WithDeleteAs(String)
IAllowDatabaseSettings.WithErrorCallback(GPALDatabase.CallOnError)
IAllowDatabaseSettings.WithUDTTName(String)
IAllowColumnPrecision.WithColumnPrecision(Int32)
IAllowColumnScale.WithColumnScale(Int32)
IAllowDatabaseActions.Create
IAllowDatabaseActions.Read
IAllowDatabaseActions.Update
IAllowDatabaseActions.Delete
IAllowDatabaseActions.BeginTransaction
IAllowDatabaseActions.Rollback
IAllowDatabaseActions.Commit
IAllowDatabaseUsing.Using(IGPALGrid<String>)
IAllowDatabaseUsing.Using(DataTable)
IAllowParameters.ClearParameters
IAllowParameters.WithParameter(String)
IAllowParameters.WithParameterGrid(IGPALGrid<String>)
IAllowDatabaseInto.IntoGrid(IGPALGrid<String>)
IAllowDatabaseInto.IntoDataTable(DataTable)
IAllowDatabaseExecute.Execute(Int32)
IAllowToGPALObject<IGPALDatabase>.ToGPALObject()
Namespace: GenerallyPositive
Assembly: GPAL.dll
Syntax
public interface IGPALDatabase : IAllowColumnLength, IAllowPrecsionScaleAndSettings, IAllowDatabaseSettings, IAllowColumnPrecision, IAllowColumnScale, IAllowParametersAndActions, IAllowDatabaseActions, IAllowParametersAndUsing, IAllowDatabaseUsing, IAllowParametersAndInto, IAllowParameters, IAllowDatabaseInto, IAllowDatabaseExecute, IAllowToGPALObject<IGPALDatabase>

Properties

Tokens

Declaration
IGPALGrid<string> Tokens { get; }
Property Value
Type Description
IGPALGrid<System.String>
In This Article
Back to top Generated by DocFX