フィルター文字列に複数のパラメーターを追加しようとしています。
これはうまくいきます...
DeliveryTransactions.FilterString = "[IngredientName] = [Parameters.Ingredient]";
しかし、別の文字列を追加したい
[LocationName] = [Parameters.Location]
どうすればいいですか?
フィルター文字列に複数のパラメーターを追加しようとしています。
これはうまくいきます...
DeliveryTransactions.FilterString = "[IngredientName] = [Parameters.Ingredient]";
しかし、別の文字列を追加したい
[LocationName] = [Parameters.Location]
どうすればいいですか?