| DMConnectionUtilityParseRowID Method |
Namespace:
Dynamicweb.DataManagement
Assembly:
Dynamicweb.DataManagement (in Dynamicweb.DataManagement.dll) Version: 4.0.2
Syntax public static List<KeyValuePair<string, string>> ParseRowID(
string rowID
)
Public Shared Function ParseRowID (
rowID As String
) As List(Of KeyValuePair(Of String, String))
Parameters
- rowID
- Type: SystemString
Return Value
Type:
ListKeyValuePairString,
StringSee Also