DbTableChanger
Namespace: TagBites.DB.Utils
Assembly: TagBites.DB.dll
Product: TagBites.DB v. 1.0.37
public class DbTableChangerInheritance: object → DbTableChanger
Constructors
Section titled “Constructors”DbTableChanger(string, string, bool)
Section titled “DbTableChanger(string, string, bool)”public DbTableChanger(string tableName, string idColumnName, bool idColumnIsAutoIncremented)Parameters
Section titled “Parameters”DbTableChanger(string, string[], bool)
Section titled “DbTableChanger(string, string[], bool)”public DbTableChanger(string tableName, string[] idColumnNames, bool idColumnIsAutoIncremented)Parameters
Section titled “Parameters”Properties
Section titled “Properties”IsMultiColumnKey
Section titled “IsMultiColumnKey”public bool IsMultiColumnKey { get; }Property Value
Section titled “Property Value”KeyColumnsAreAutoIncremented
Section titled “KeyColumnsAreAutoIncremented”public bool KeyColumnsAreAutoIncremented { get; }Property Value
Section titled “Property Value”Parameters
Section titled “Parameters”public DbTableChangerParameterCollection Parameters { get; }Property Value
Section titled “Property Value”DbTableChangerParameterCollection
Records
Section titled “Records”public DbTableChangerRecordCollection Records { get; }Property Value
Section titled “Property Value”DbTableChangerRecordCollection
TableName
Section titled “TableName”public string TableName { get; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”Execute(IDbLink, DbTableChangerExecuteMode)
Section titled “Execute(IDbLink, DbTableChangerExecuteMode)”public int Execute(IDbLink link, DbTableChangerExecuteMode mode)Parameters
Section titled “Parameters”linkIDbLinkmodeDbTableChangerExecuteMode