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
)
Public Function GetUnusedRelationsFromDataStore (
tableName As String,
ByRef categories As Hashtable
) As StiDataRelationsCollection
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:
StiDataRelationsCollectionReturns Collection of unused relations.
See Also