AdoDotNetObjectIdentifierConverter.UnformatPart(String, String) 方法

定义

调用 UnquoteIdentifier(String) 方法。

protected:
 override System::Object ^ UnformatPart(System::String ^ typeName, System::String ^ identifierPart);
protected override object UnformatPart (string typeName, string identifierPart);
override this.UnformatPart : string * string -> obj
Protected Overrides Function UnformatPart (typeName As String, identifierPart As String) As Object

参数

typeName
String

数据对象类型的名称。

identifierPart
String

格式化标识符部分。

返回

Object

返回带格式的标识符部分的未格式化等效项。

例外

typeName 参数为 null。

适用于