RiakDtCounterToMapEntry Method |
Namespace:
RiakClient.Models.RiakDt
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public MapEntry ToMapEntry(
string fieldName
)
abstract ToMapEntry :
fieldName : string -> MapEntry
override ToMapEntry :
fieldName : string -> MapEntry
Parameters
- fieldName
- Type: SystemString
The field name for the map entry.
Return Value
Type:
MapEntryA newly initialized and configured
MapEntry.
Implements
IRiakDtTypeTToMapEntry(String)See Also