NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AdapterDesignerAttribute Class

A DataDesignerAttribute is an attribute that can be placed on a class to identify the class used to implement design time services.

Object
   Attribute
      MemberAttribute
         AdapterDesignerAttribute

[Visual Basic]
Public Class AdapterDesignerAttribute
   Inherits MemberAttribute
[C#]
public class AdapterDesignerAttribute : MemberAttribute
[C++]
public __gc class AdapterDesignerAttribute : public MemberAttribute
[JScript]
public class AdapterDesignerAttribute extends MemberAttribute

Remarks

[To be supplied.]

Requirements

Namespace: System.Data

Assembly: System.Data.dll

See Also

AdapterDesignerAttribute Members | System.Data Namespace | MemberAttribute