Inheritance: ITransformDataWritter
示例#1
0
        public SqlValueSetter(SqlDataWritter writter, object id, string primaryKey)
        {
            _values = new Dictionary<string, object>();

            _values.Add(primaryKey, id);

            _writter = writter;
        }
示例#2
0
        public SqlValueSetter(SqlDataWritter writter, object id, string primaryKey)
        {
            _values = new Dictionary <string, object>();

            _values.Add(primaryKey, id);

            _writter = writter;
        }