[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 string MapCLRTypeToJSON(
Type type,
out bool isNullable
)
public static string MapCLRTypeToJSON(
Type type,
out bool isNullable
)
Public Shared Function MapCLRTypeToJSON (
type As Type,
<OutAttribute> ByRef isNullable As Boolean
) As String
Public Shared Function MapCLRTypeToJSON (
type As Type,
<OutAttribute> ByRef isNullable As Boolean
) As String
public:
static String^ MapCLRTypeToJSON(
Type^ type,
[OutAttribute] bool% isNullable
)
public:
static String^ MapCLRTypeToJSON(
Type^ type,
[OutAttribute] bool% isNullable
)
static member MapCLRTypeToJSON :
type : Type *
isNullable : bool byref -> string
static member MapCLRTypeToJSON :
type : Type *
isNullable : bool byref -> string
Return Value
Type:
String