Click or drag to resize

BufferMetadataProvider Class

Provides table meta-data, based on the existing tables in a buffer
Inheritance Hierarchy
SystemObject
  Aloe.SystemFrameworks.Domain.DataAccessBufferMetadataProvider

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

The BufferMetadataProvider type exposes the following members.

Constructors
  NameDescription
Public methodBufferMetadataProvider
Initializes a new instance of the BufferMetadataProvider class.
Top
Properties
  NameDescription
Public propertyBuffer
Gets the buffer.
Top
Methods
  NameDescription
Public methodGetTableMetadataOrDefault
Returns meta-data about the specified table. Throws exception when the table 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