Click or drag to resize

DataSourceMetadataProvider Class

Provides table metadata, based on a data source
Inheritance Hierarchy
SystemObject
  Aloe.SystemFrameworks.Domain.DataAccessDataSourceMetadataProvider

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

The DataSourceMetadataProvider type exposes the following members.

Constructors
  NameDescription
Public methodDataSourceMetadataProvider
Initializes a new instance of the DataSourceMetadataProvider class.
Top
Properties
  NameDescription
Public propertyDataSource
Gets the data source.
Top
Methods
  NameDescription
Public methodGetTableMetadataOrDefault
Returns metadata about the specified table.
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