AdoDotNetObjectIdentifierConverter.UnformatPart Method
Calls the UnquoteIdentifier method.
Namespace: Microsoft.VisualStudio.Data.AdoDotNet
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Protected Overrides Function UnformatPart ( _
typeName As String, _
identifierPart As String _
) As Object
protected override Object UnformatPart(
string typeName,
string identifierPart
)
protected:
virtual Object^ UnformatPart(
String^ typeName,
String^ identifierPart
) override
abstract UnformatPart :
typeName:string *
identifierPart:string -> Object
override UnformatPart :
typeName:string *
identifierPart:string -> Object
protected override function UnformatPart(
typeName : String,
identifierPart : String
) : Object
Parameters
typeName
Type: System.StringThe name of a data object type.
identifierPart
Type: System.StringA formatted identifier part.
Return Value
Type: System.Object
Returns the unformatted equivalent of the formatted identifier part.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | The typeName parameter is null. |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
AdoDotNetObjectIdentifierConverter Class