public static SqlString indexList(SqlString functionString, SqlString columnString) { var compStrings = new CompStrings(functionString, columnString); var idx = new SQLServerIndexList(); return(new SqlString(SQLServerIndexList.indexList(compStrings.from, compStrings.to))); } // End of method declaration
public static SqlString indexList(SqlString functionString, SqlString columnString) { var compStrings = new CompStrings(functionString, columnString); var idx = new SQLServerIndexList(); return new SqlString(SQLServerIndexList.indexList(compStrings.from, compStrings.to)); } // End of method declaration