Click or drag to resize

Utils_Sql.EnsureIndexGroups 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.SqlClient.SqlConnection
tableName
Type: System.String
colDefs
Type: System.Collections.Generic.IEnumerable<SqlColumnBaseDefinition>
See Also