IPdxInstanceIsIdentityField Method |
Checks if the named field was
[!:IPdxWriter.MarkIdentityField] marked as an identity field.
Note that if no fields have been marked then all the fields are used as identity fields even though
this method will return
since none of them have been marked.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxbool IsIdentityField(
string fieldName
)
Function IsIdentityField (
fieldName As String
) As Boolean
bool IsIdentityField(
String^ fieldName
)
abstract IsIdentityField :
fieldName : string -> bool
Parameters
- fieldName
- Type: SystemString
the name of the field to check
Return Value
Type:
Boolean if the named field exists and was marked as an identify field; otherwise
See Also