DatabaseAliasEntry.Convert(String, String, Boolean) Method

Definition

public:
 bool Convert(System::String ^ tableName, [Runtime::InteropServices::Out] System::String ^ % newTableName, bool matchRDBName);
public bool Convert (string tableName, out string newTableName, bool matchRDBName);
member this.Convert : string *  * bool -> bool
Public Function Convert (tableName As String, ByRef newTableName As String, matchRDBName As Boolean) As Boolean

Parameters

tableName
String
newTableName
String
matchRDBName
Boolean

Returns

Boolean

Applies to