TableProvider.GetTypeDescriptor Method

Definition

Gets the type descriptor for the table.

public:
 virtual System::ComponentModel::ICustomTypeDescriptor ^ GetTypeDescriptor();
public virtual System.ComponentModel.ICustomTypeDescriptor GetTypeDescriptor ();
abstract member GetTypeDescriptor : unit -> System.ComponentModel.ICustomTypeDescriptor
override this.GetTypeDescriptor : unit -> System.ComponentModel.ICustomTypeDescriptor
Public Overridable Function GetTypeDescriptor () As ICustomTypeDescriptor

Returns

The type descriptor for the table.

Applies to