[This is preliminary documentation and is subject to change.]
Maps bsonFieldName to targeted fieldDef from specified schema using cache for TypedRows
Namespace: NFX.Serialization.BSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
protected static Schema..::..FieldDef MapBSONFieldNameToSchemaFieldDef(
Schema schema,
string targetName,
string bsonFieldName
)
protected static Schema..::..FieldDef MapBSONFieldNameToSchemaFieldDef(
Schema schema,
string targetName,
string bsonFieldName
)
Protected Shared Function MapBSONFieldNameToSchemaFieldDef (
schema As Schema,
targetName As String,
bsonFieldName As String
) As Schema..::..FieldDef
Protected Shared Function MapBSONFieldNameToSchemaFieldDef (
schema As Schema,
targetName As String,
bsonFieldName As String
) As Schema..::..FieldDef
protected:
static Schema..::..FieldDef^ MapBSONFieldNameToSchemaFieldDef(
Schema^ schema,
String^ targetName,
String^ bsonFieldName
)
protected:
static Schema..::..FieldDef^ MapBSONFieldNameToSchemaFieldDef(
Schema^ schema,
String^ targetName,
String^ bsonFieldName
)
static member MapBSONFieldNameToSchemaFieldDef :
schema : Schema *
targetName : string *
bsonFieldName : string -> Schema..::..FieldDef
static member MapBSONFieldNameToSchemaFieldDef :
schema : Schema *
targetName : string *
bsonFieldName : string -> Schema..::..FieldDef
Return Value
Type:
Schema FieldDef