![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Additional Inherited Members | |
| Public Member Functions inherited from GenerallyPositive.IAllowDatabaseSettings | |
| IAllowDatabaseSettings | WithConnectionString (string connectionString) |
| IAllowDatabaseSettings | WithCommandTimeout (int timeoutInSeconds) |
| IAllowDatabaseSettings | Close () |
| IAllowDatabaseSettings | WithUsername (string userName) |
| IAllowDatabaseSettings | WithPassword (string password) |
| IAllowDatabaseSettings | WithServerName (string serverName) |
| IAllowDatabaseSettings | WithDatabaseName (string databaseName) |
| IAllowDatabaseSettings | WithDatabaseType (DatabaseType databaseType) |
| IAllowDatabaseSettings | WithTableName (string tableName) |
| IAllowDatabaseSettings | WithSQLCommand (string sqlCommand) |
| IAllowDatabaseSettings | WithStoredProcedure (string storedProcedure) |
| IAllowDatabaseSettings | WithParameterName (string parameterName) |
| IAllowDatabaseSettings | WithDatetimeParameter (string parameterName) |
| IAllowDatabaseSettings | WithTimeParameter (string parameterName) |
| IAllowDatabaseSettings | WithTimestampParameter (string parameterName) |
| IAllowPrecsionScaleAndSettings | WithDecimalParameter (string parameterName) |
| IAllowDatabaseSettings | WithFloatParameter (string parameterName) |
| IAllowDatabaseSettings | WithImageParameter (string parameterName) |
| IAllowDatabaseSettings | WithIntegerParameter (string parameterName) |
| IAllowDatabaseSettings | WithMoneyParameter (string parameterName) |
| IAllowParameterLength | WithVarCharParameter (string parameterName) |
| IAllowParameterLength | WithNVarCharParameter (string parameterName) |
| IAllowParameterLength | WithCharParameter (string parameterName) |
| IAllowParameterLength | WithNCharParameter (string parameterName) |
| IAllowParameterLength | WithTextParameter (string parameterName) |
| IAllowParameterLength | WithNTextParameter (string parameterName) |
| IAllowDatabaseSettings | WithTableParameter (string parameterName) |
| IAllowDatabaseSettings | WithRowCount (int rowCount) |
| IAllowDatabaseSettings | WithCreateAs (string createSQL) |
| IAllowDatabaseSettings | WithReadAs (string selectSQL) |
| IAllowDatabaseSettings | WithUpdateAs (string updateSQL) |
| IAllowDatabaseSettings | WithDeleteAs (string deleteSQL) |
| IAllowDatabaseSettings | WithErrorCallback (GPALDatabase.CallOnError CallOnError) |
| IAllowDatabaseSettings | WithUDTTName (string typeName) |
| Public Member Functions inherited from GenerallyPositive.IAllowToGPALObject< TResult > | |
| TResult | ToGPALObject () |
| Public Member Functions inherited from GenerallyPositive.IAllowColumnPrecision | |
| IAllowPrecsionScaleAndSettings | WithParameterPrecision (int columnPrecision) |
| Public Member Functions inherited from GenerallyPositive.IAllowColumnScale | |
| IAllowPrecsionScaleAndSettings | WithParameterScale (int columnScale) |
Definition at line 209 of file Interfaces.cs.