[This is preliminary documentation and is subject to change.]
Namespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static Type MapJSONTypeToCLR(
string type,
bool isNullable
)
public static Type MapJSONTypeToCLR(
string type,
bool isNullable
)
Public Shared Function MapJSONTypeToCLR (
type As String,
isNullable As Boolean
) As Type
Public Shared Function MapJSONTypeToCLR (
type As String,
isNullable As Boolean
) As Type
public:
static Type^ MapJSONTypeToCLR(
String^ type,
bool isNullable
)
public:
static Type^ MapJSONTypeToCLR(
String^ type,
bool isNullable
)
static member MapJSONTypeToCLR :
type : string *
isNullable : bool -> Type
static member MapJSONTypeToCLR :
type : string *
isNullable : bool -> Type
Return Value
Type:
Type