Skip to content

IRowFieldsProvider.Resolve method

Resolves the fields instance for the specified fields type.

public RowFieldsBase Resolve(Type fieldsType)
parameter description
fieldsType Type of the fields.

Return Value

The resolved fields instance for the specified type.

See Also