Created
August 29, 2012 10:05
-
-
Save SyntaxC4/3509644 to your computer and use it in GitHub Desktop.
PartitionKey or RowKey must satisfy is_string
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
array('1' => 'value1', '2' => 'value2'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
foreach ($buzzWords as $key => $value) { | |
addEntity($tableServiceProxy, $propertyName, strval($key), $value); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment