| UserSmartSearchRuleGetTableName Method (String, String, String) |
Namespace:
Dynamicweb.UserManagement.UserSmartSearchRules
Assembly:
Dynamicweb.UserManagement (in Dynamicweb.UserManagement.dll) Version: 3.0.3
Syntax public virtual string GetTableName(
string tablePrefix,
string tableAlias,
string tableName = null
)
Public Overridable Function GetTableName (
tablePrefix As String,
tableAlias As String,
Optional tableName As String = Nothing
) As String
Parameters
- tablePrefix
- Type: SystemString
- tableAlias
- Type: SystemString
- tableName (Optional)
- Type: SystemString
Return Value
Type:
StringSee Also