C# Class DataTableWriter.DbTableInitializationOptions

Represents a configuration of database table initialization behaviors.
Afficher le fichier Open project: tableau/TabMon Class Usage Examples

Méthodes publiques

Свойство Type Description
CreateTableDynamically bool
IndexesToGenerate bool>.IDictionary
PurgeData bool
PurgeDataThreshold int
UpdateDbTableToMatchSchema bool
UpdateIndexes bool
UpdateSchemaToMatchDbTable bool

Property Details

CreateTableDynamically public_oe property

public bool CreateTableDynamically
Résultat bool

IndexesToGenerate public_oe property

public IDictionary IndexesToGenerate
Résultat bool>.IDictionary

PurgeData public_oe property

public bool PurgeData
Résultat bool

PurgeDataThreshold public_oe property

public int PurgeDataThreshold
Résultat int

UpdateDbTableToMatchSchema public_oe property

public bool UpdateDbTableToMatchSchema
Résultat bool

UpdateIndexes public_oe property

public bool UpdateIndexes
Résultat bool

UpdateSchemaToMatchDbTable public_oe property

public bool UpdateSchemaToMatchDbTable
Résultat bool