This document is archived and information here might be outdated. Recommended version. |
Checks the validity of a table name.
[Visual Basic .NET]
Public Function ValidateTableName ( _
ByVal TableName As String, _
ByRef fixedName As String _
) As Integer
[C#]
public int ValidateTableName (
string TableName,
ref string fixedName
);
[C++]
HRESULT ValidateTableName(
BSTR TableName,
System.String* fixedName
);
[C++] Parameters TableName [in]
TableName is a parameter of type BSTR fixedName [out]
fixedName is a parameter of type BSTR*
ValidateTableName verifies that a table name is valid for the target data format, and if needed, returns a compliant table name. This method returns a esriTableNameErrorType indicating the type of error. Table existence is not checked.