Primitive Constructor (string, bool)

.NET Framework 3.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
Constructs a Primitive with the specified value and specifies whether it should be stored as a number or not.

Namespace: Amazon.DynamoDBv2.DocumentModel
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public Primitive(
         String value,
         Boolean saveAsNumeric
)

Parameters

value
Type: System.String

Value of the Primitive

saveAsNumeric
Type: System.Boolean

Flag, set to true if value should be treated as a number instead of a string

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5