SnapDAL Library Documentation

StatementManager.CombineStatementDictionaries Method 

Add statements to a statement dictionary. Name conflict will result a no-add

protected static IDictionary CombineStatementDictionaries(
   IDictionary dict,
   IDictionary dictAdd
);

Parameters

dict
The source dictionary
dictAdd
The statements to add

Return Value

The original dictionary, with the new (non name conflicting) statements

See Also

StatementManager Class | SnapDAL Namespace