APG.CodeHelper.ExceptionHandler.SQL2005ExceptionParser.Constraint.ParseConstraint C# (CSharp) Method

ParseConstraint() public method

���������� ������ ���������� �� SQL Server 2005
public ParseConstraint ( System e ) : bool
e System ��������� ������ � ���������� SQL Server 2005
return bool
            public bool ParseConstraint(System.Data.SqlClient.SqlException e)
            {
                constraintName = "";
                return true;
            }
SQL2005ExceptionParser.Constraint