Click or drag to resize

StiDictionaryGetUnusedRelationsFromDataStore Method (String, Hashtable)

Returns Collection of unused relations.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiDataRelationsCollection GetUnusedRelationsFromDataStore(
	string tableName,
	ref Hashtable categories
)

Parameters

tableName
Type: SystemString

[Missing <param name="tableName"/> documentation for "M:Stimulsoft.Report.Dictionary.StiDictionary.GetUnusedRelationsFromDataStore(System.String,System.Collections.Hashtable@)"]

categories
Type: System.CollectionsHashtable
Collection of unused relations will be added to this Hashtable.

Return Value

Type: StiDataRelationsCollection
Returns Collection of unused relations.
See Also