DbServer.ConstructUniqueAlias Method (Typed) | |
Create a unique alias based on the filename and an optional numeric suffix
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD ConstructUniqueAlias(
cFileName AS STRING
) AS STRING
public virtual string ConstructUniqueAlias(
[DefaultParameterValueAttribute("", 0)] string cFileName
)
Request Example
View SourceParameters
- cFileName
- Type: String
The filename to base the alias on.
Return Value
Type:
StringSee Also