Click or drag to resize

Utils_SqlEnsureIndexGroups Method

Ensures all indexes on a SQL table. Based on column definitions.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static void EnsureIndexGroups(
	SqlConnection conn,
	string tableName,
	IEnumerable<SqlColumnBaseDefinition> colDefs
)

Parameters

conn
Type: System.Data.SqlClientSqlConnection
tableName
Type: SystemString
colDefs
Type: System.Collections.GenericIEnumerableSqlColumnBaseDefinition
See Also