Esempio n. 1
0
 public static object[] ToSchemaObject(this IndexSchemaCollection indices)
 {
     return(indices.Select(index => index.ToSchemaObject()).ToArray());
 }
Esempio n. 2
0
 private static string[] ToNameArray(this IndexSchemaCollection indicies)
 {
     return(indicies.Select(index => index.Name).ToArray());
 }