SnapDAL Library Documentation

StatementManager.ReadIndividualStatement Method 

Reads a statement from a file. Does not traverse the includes nodes.

protected Statement ReadIndividualStatement(
   string statementName
);

Parameters

statementName
The statementName

Return Value

A new statement, or a null object if it is not found.

See Also

StatementManager Class | SnapDAL Namespace