SnapDAL Library Documentation

StatementManager.ReadStatements Method (String, Provider)

Reads statements from a file

protected IDictionary ReadStatements(
   string filePath,
   Provider provider
);

Parameters

filePath
The path to read from
provider
The provider that this command is associated with

Return Value

A dictionary of statement values indexed by their name.

See Also

StatementManager Class | SnapDAL Namespace | StatementManager.ReadStatements Overload List