DynamicRecord.ICustomTypeDescriptor.GetClassName Method

Returns the class name for this instance of a component.

Namespace:  WebMatrix.Data
Assembly:  WebMatrix.Data (in WebMatrix.Data.dll)

Syntax

'Declaration
Private Function GetClassName As String 
    Implements ICustomTypeDescriptor.GetClassName
'Usage
Dim instance As DynamicRecord 
Dim returnValue As String 

returnValue = CType(instance, ICustomTypeDescriptor).GetClassName()
string ICustomTypeDescriptor.GetClassName()
private:
virtual String^ GetClassName() sealed = ICustomTypeDescriptor::GetClassName
private abstract GetClassName : unit -> string  
private override GetClassName : unit -> string
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Return Value

Type: System.String
null reference (Nothing in Visual Basic) in all cases.

Implements

ICustomTypeDescriptor.GetClassName()

Remarks

This member is an explicit interface member implementation. It can be used only when the DynamicRecord instance is cast to an ICustomTypeDescriptor interface.

See Also

Reference

DynamicRecord Class

WebMatrix.Data Namespace