Show / Hide Table of Contents

Interface IAllowPrecsionScaleAndSettings

Inherited Members
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)
IAllowToGPALObject<IGPALDatabase>.ToGPALObject()
IAllowColumnPrecision.WithColumnPrecision(Int32)
IAllowColumnScale.WithColumnScale(Int32)
Namespace: GenerallyPositive
Assembly: GPAL.dll
Syntax
public interface IAllowPrecsionScaleAndSettings : IAllowDatabaseSettings, IAllowToGPALObject<IGPALDatabase>, IAllowColumnPrecision, IAllowColumnScale
In This Article
Back to top Generated by DocFX