Skip to content

IRowFieldsProvider interface

namespace: Serenity.Data   assemblySerenity.Net.Services

Abstraction for row fields instance providers

public interface IRowFieldsProvider

Members

name description
Resolve(…) Resolves the fields instance for the specified fields type.
ResolveWithAlias(…) Resolves the fields instance for the specified fields type with the given alias applied.

See Also