BaseSchemaResolver.ReadDictionary 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.Data.IDataRecord
schemaColumnFields
Type: System.Collections.Generic.IDictionary<String, FieldSchema>

Return Value

Type: IDictionary<String, Object>
See Also

Reference