IPdxInstanceGetFieldNames Method |
Return an list of the field names on this PdxInstance.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxIList<string> GetFieldNames()
Function GetFieldNames As IList(Of String)
IList<String^>^ GetFieldNames()
abstract GetFieldNames : unit -> IList<string>
Return Value
Type:
IListString an list of the field names on this PdxInstance
See Also