Frapid.Mapper.Sql.Sql C# (CSharp) Method

Sql() public method

public Sql ( ) : System
return System
        public Sql()
        {
            this._builder = new StringBuilder();
            this._parameters = new List<object>();
            this._parameterTokens = new List<int>();
        }

Same methods

Sql::Sql ( string token ) : System