| DatabaseTableExists Method |
Namespace:
Dynamicweb.Data
Assembly:
Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static bool TableExists(
string tableName
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Shared Function TableExists (
tableName As String
) As Boolean
Parameters
- tableName
- Type: SystemString
Return Value
Type:
BooleanSee Also