BaseSchemaResolverReadDictionary Method

NReco.GraphQL Class Library Documentation
Process DataRecord and get described in json-schema fields

Namespace:  NReco.Graphql.Resolvers
Assembly:  NReco.GraphQL (in NReco.GraphQL.dll) Version: 1.0.0
Syntax

protected virtual IDictionary<string, Object> ReadDictionary(
	IDataRecord rdr,
	IDictionary<string, FieldSchema> schemaColumnFields
)

Parameters

rdr
Type: System.DataIDataRecord
schemaColumnFields
Type: System.Collections.GenericIDictionaryString, FieldSchema

Return Value

Type: IDictionaryString, Object
See Also

Reference