IPdxInstanceFactoryWriteShort Method |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxIPdxInstanceFactory WriteShort(
string fieldName,
short value
)
Function WriteShort (
fieldName As String,
value As Short
) As IPdxInstanceFactory
IPdxInstanceFactory^ WriteShort(
String^ fieldName,
short value
)
abstract WriteShort :
fieldName : string *
value : int16 -> IPdxInstanceFactory
Parameters
- fieldName
- Type: SystemString
- value
- Type: SystemInt16
Return Value
Type:
IPdxInstanceFactory
See Also