Share via


AdoDotNetObjectIdentifierConverter.SplitIntoParts(String, String) Method

Definition

Retrieves the composite identifier separator pattern from the ADO.NET provider's data source information and calls the Split(String) method with this value and the input string.

protected:
 override cli::array <System::String ^> ^ SplitIntoParts(System::String ^ typeName, System::String ^ identifier);
protected override string[] SplitIntoParts (string typeName, string identifier);
override this.SplitIntoParts : string * string -> string[]
Protected Overrides Function SplitIntoParts (typeName As String, identifier As String) As String()

Parameters

typeName
String

The name of a data object type.

identifier
String

A partially or fully formatted identifier.

Returns

String[]

Returns an array of formatted identifier parts.

Exceptions

The typeName and/or identifier parameter is null.

Applies to