메소드 | 설명 | |
---|---|---|
CreateColumnIndex ( this context, string indexType, |
||
CreateColumnIndex ( this context, string indexType, ITable table, int columnOffset ) : ColumnIndex | ||
CreateColumnIndex ( this context, string indexType, ITable table, int columnOffset, object>.IEnumerable |
||
ResolveIndexFactory ( this context, string indexType ) : IIndexFactory |
public static CreateColumnIndex ( this context, string indexType, |
||
context | this | |
indexType | string | |
indexContext | ||
리턴 | ColumnIndex |
public static CreateColumnIndex ( this context, string indexType, ITable table, int columnOffset ) : ColumnIndex | ||
context | this | |
indexType | string | |
table | ITable | |
columnOffset | int | |
리턴 | ColumnIndex |
public static CreateColumnIndex ( this context, string indexType, ITable table, int columnOffset, object>.IEnumerable |
||
context | this | |
indexType | string | |
table | ITable | |
columnOffset | int | |
metadata | object>.IEnumerable | |
리턴 | ColumnIndex |
public static ResolveIndexFactory ( this context, string indexType ) : IIndexFactory | ||
context | this | |
indexType | string | |
리턴 | IIndexFactory |