Active Query Builder 2 .NET Edition reference
StartsWith Method



SQL qualified name (i.e. list of identifiers) to compare with identifiers at the left side of the qualified name.
Determines if the SQL qualified name starts with the specified set of identifiers.
Syntax
'Declaration
 
Public Function StartsWith( _
   ByVal name As SQLQualifiedName _
) As System.Boolean
'Usage
 
Dim instance As SQLQualifiedName
Dim name As SQLQualifiedName
Dim value As System.Boolean
 
value = instance.StartsWith(name)
public System.bool StartsWith( 
   SQLQualifiedName name
)
public: System.bool StartsWith( 
   SQLQualifiedName* name
) 

Parameters

name
SQL qualified name (i.e. list of identifiers) to compare with identifiers at the left side of the qualified name.

Return Value

Returns true if the SQL qualified name has the same list of identifiers from the left ("Prefix") side.
See Also

Reference

SQLQualifiedName Class
SQLQualifiedName Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback