Click or drag to resize
IDataSourceInformation Interface
Information about the data source for a data object.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public interface IDataSourceInformation

The IDataSourceInformation type exposes the following members.

Properties
  NameDescription
Public propertyAddress
Get address to the data source.
Public propertyName
Get the data source name.
Public propertyType
Get type of data source.
Top
See Also