C# Class NuClear.StateInitialization.Core.Actors.IndexManager

Exibir arquivo Open project: 2gis/nuclear-river Class Usage Examples

Public Methods

Method Description
DisableIndexes ( TableName table ) : void
EnableIndexes ( TableName table ) : void
IndexManager ( SqlConnection sqlConnection ) : System

Private Methods

Method Description
DisableIndexes ( Table tableType ) : void
EnableIndexes ( Table tableType ) : void
GetTable ( TableName table ) : Table

Method Details

DisableIndexes() public method

public DisableIndexes ( TableName table ) : void
table NuClear.StateInitialization.Core.Storage.TableName
return void

EnableIndexes() public method

public EnableIndexes ( TableName table ) : void
table NuClear.StateInitialization.Core.Storage.TableName
return void

IndexManager() public method

public IndexManager ( SqlConnection sqlConnection ) : System
sqlConnection System.Data.SqlClient.SqlConnection
return System