An NDoc Documented Class Library

IController.AddDataStore Method 

Adds a data store to the collection of data stores the controller is aware of

void AddDataStore(
   IDataStore dataStore
);

Parameters

dataStore
The data store to add

See Also

IController Interface | Sandia.MVCFramework.Controller Namespace