Click or drag to resize

ViewDataSource Class

The result DataSource for a View
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Wrapper
          Easymap.AddIn.CommonLTComponent
            Easymap.AddIn.DataDataSource
              Easymap.AddIn.DataViewDataSource

Namespace: Easymap.AddIn.Data
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public class ViewDataSource : DataSource

The ViewDataSource type exposes the following members.

Properties
 NameDescription
Public propertyFilterExpression Gets or sets the FilterExpression for this View
Public propertyView Returns the View for this DataSource
Top
See Also