SnapDAL Library Documentation

StatementManager.ReadStatements Method

Read statements and caches them from the filesystem.

Note   

Uses the default statement file called 'statements.xml' as the start.

Alternate statement files can be read by using the Statements/Include(/@name) nodes to specify alternate names of relatively pathed files.

Overload List

Read statements and caches them from the filesystem.

Note   

Uses the default statement file called 'statements.xml' as the start.

Alternate statement files can be read by using the Statements/Include(/@name) nodes to specify alternate names of relatively pathed files.

protected IDictionary ReadStatements();

Reads statements from a file

protected IDictionary ReadStatements(string,Provider);

See Also

StatementManager Class | SnapDAL Namespace