Data.DBInteger.DBInteger C# (CSharp) Method

DBInteger() public method

public DBInteger ( int i ) : System
i int
return System
        public DBInteger(int i)
        {
            Value = i; visitor = new ValueVisitor();
        }