DbDataRecord.ICustomTypeDescriptor.GetClassName Método

Definición

Devuelve el nombre de clase de esta instancia de un componente.

 virtual System::String ^ System.ComponentModel.ICustomTypeDescriptor.GetClassName() = System::ComponentModel::ICustomTypeDescriptor::GetClassName;
string ICustomTypeDescriptor.GetClassName ();
abstract member System.ComponentModel.ICustomTypeDescriptor.GetClassName : unit -> string
override this.System.ComponentModel.ICustomTypeDescriptor.GetClassName : unit -> string
Function GetClassName () As String Implements ICustomTypeDescriptor.GetClassName

Devoluciones

Nombre de clase del objeto o null si la clase no tiene nombre.

Implementaciones

Comentarios

Para obtener más información, vea GetClassName.

Se aplica a

Consulte también