IPdxWriterWriteBooleanArray 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 WriteBooleanArray(
string fieldName,
bool[] boolArray
)
Function WriteBooleanArray (
fieldName As String,
boolArray As Boolean()
) As IPdxWriter
IPdxWriter^ WriteBooleanArray(
String^ fieldName,
array<bool>^ boolArray
)
abstract WriteBooleanArray :
fieldName : string *
boolArray : bool[] -> IPdxWriter
Parameters
- fieldName
- Type: SystemString
The name of the field associated with the value. - boolArray
- Type: SystemBoolean
The boolArray to write.
Return Value
Type:
IPdxWriter
See Also