BrokenRulesCollection.GetAllViolations

Returns all rule violations as a string

public string GetAllViolations( string separationStringBefore,
	string separationStringAfter,
	bool includeTableName );

Return Value

Text description of all broken rules

Parameters

separationStringBefore
String inserted before each violated rule

separationStringAfter
String inserted after each violated rule

includeTableName
Should the table name be included in parenthesis for each violation?

Overloads:

public string GetAllViolations( string separationStringBefore, string separationStringAfter );
public string GetAllViolations( string separationStringAfter );
public string GetAllViolations( bool includeTableName );
public string GetAllViolations();

See also:

Class BrokenRulesCollection


  Last Updated: 5/23/2007 | © , 2007