Get the collection with the passed in collection name

Namespace: Caisis.DataAccess
Assembly: Caisis.DataAccess (in Caisis.DataAccess.dll) Version: 4.0.4947.22627

Syntax

C#
public DataTable GetCollectionByName(
	string collectionName
)
Visual Basic
Public Function GetCollectionByName ( 
	collectionName As String
) As DataTable
Visual C++
public:
DataTable^ GetCollectionByName(
	String^ collectionName
)

Parameters

collectionName
Type: System..::..String
Name of the collection we want

Return Value

Type: DataTable
DataTable with the collection with the passed in name

See Also