Click or drag to resize

IMetadataProvider Interface

Provides meta-data for data source tables

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public interface IMetadataProvider

The IMetadataProvider type exposes the following members.

Methods
  NameDescription
Public methodGetTableMetadataOrDefault
Returns meta-data about the specified table. Returns null if the meta-data is not found.
Top
Extension Methods
  NameDescription
Public Extension MethodGetTableMetadata
Returns the meta-data about the specified table. Throws exception if the table is not found.
(Defined by MetadataProviderExtensions.)
Top
See Also