FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDataAccess..::..getTableNamesThatStartWith Method

Gets the table names that start with.

Namespace:  FlowWright.deDataAccess
Assembly:  deDataAccess (in deDataAccess.dll)

Syntax


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>.