Gets the table names that start with.
Namespace:
FlowWright.deDataAccess
Assembly:
deDataAccess (in deDataAccess.dll)
public List<string> getTableNamesThatStartWith(
string startsWithFilter
)
Public Function getTableNamesThatStartWith ( _
startsWithFilter As String _
) As List(Of String)
public:
List<String^>^ getTableNamesThatStartWith(
String^ startsWithFilter
)
Parameters
- startsWithFilter
- Type: String
The starts with filter.
Return Value
List<System.String>.