IPdxWriterWriteStringArray Method |
Write an collection to the IPdxWriter.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxIPdxWriter WriteStringArray(
string fieldName,
string[] stringArray
)
Function WriteStringArray (
fieldName As String,
stringArray As String()
) As IPdxWriter
IPdxWriter^ WriteStringArray(
String^ fieldName,
array<String^>^ stringArray
)
abstract WriteStringArray :
fieldName : string *
stringArray : string[] -> IPdxWriter
Parameters
- fieldName
- Type: SystemString
The name of the field associated with the value. - stringArray
- Type: SystemString
The stringArray to write.
Return Value
Type:
IPdxWriter
See Also