An NDoc Documented Class Library

StandardController.AddDataStore Method 

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

public void AddDataStore(
   IDataStore dataStore
);

Parameters

dataStore
The data stroe to add

Implements

IController.

See Also

StandardController Class | Sandia.MVCFramework.Controller Namespace