Method | Description | |
---|---|---|
AddColumn ( string tableName, Column column ) : void | ||
AddColumns ( string tableName ) : void | ||
AddNonClusteredIndex ( string tableName ) : void | ||
AddNonClusteredIndexes ( string tableName ) : void | ||
Create ( IConnectionManager connectionManager, IProfiler profiler = null ) : ITableSchema | ||
Create ( |
||
CreateTable ( string tableName ) : void | ||
CreateTable ( string tableName, string modelTable ) : void | ||
DeleteTable ( string tableName ) : void | ||
GetColumns ( string tableName ) : IEnumerable |
||
GetIndexes ( string tableName ) : IEnumerable |
||
RemoveColumn ( string tableName, string columnName ) : void | ||
RemoveNonClusteredIndex ( string tableName, string indexName ) : void | ||
TableExists ( string tableName ) : bool | ||
TableSchema ( IConnectionManager connectionManager, IProfiler profiler ) : |
Method | Description | |
---|---|---|
ColumnFactory ( IDataReader reader ) : Column |
public AddColumn ( string tableName, Column column ) : void | ||
tableName | string | |
column | Column | |
return | void |
public AddColumns ( string tableName ) : void | ||
tableName | string | |
return | void |
public AddNonClusteredIndex ( string tableName ) : void | ||
tableName | string | |
return | void |
public AddNonClusteredIndexes ( string tableName ) : void | ||
tableName | string | |
return | void |
public static Create ( IConnectionManager connectionManager, IProfiler profiler = null ) : ITableSchema | ||
connectionManager | IConnectionManager | |
profiler | IProfiler | |
return | ITableSchema |
public static Create ( |
||
connection | ||
commandTimeout | System.TimeSpan | |
profiler | IProfiler | |
return | ITableSchema |
public CreateTable ( string tableName ) : void | ||
tableName | string | |
return | void |
public CreateTable ( string tableName, string modelTable ) : void | ||
tableName | string | |
modelTable | string | |
return | void |
public DeleteTable ( string tableName ) : void | ||
tableName | string | |
return | void |
public GetColumns ( string tableName ) : IEnumerable |
||
tableName | string | |
return | IEnumerable |
public GetIndexes ( string tableName ) : IEnumerable |
||
tableName | string | |
return | IEnumerable |
public RemoveColumn ( string tableName, string columnName ) : void | ||
tableName | string | |
columnName | string | |
return | void |
public RemoveNonClusteredIndex ( string tableName, string indexName ) : void | ||
tableName | string | |
indexName | string | |
return | void |
public TableExists ( string tableName ) : bool | ||
tableName | string | |
return | bool |
public TableSchema ( IConnectionManager connectionManager, IProfiler profiler ) : |
||
connectionManager | IConnectionManager | |
profiler | IProfiler | |
return |