Inheritance: ITransformDataWritter
Ejemplo n.º 1
0
        public SqlValueSetter(SqlDataWritter writter, object id, string primaryKey)
        {
            _values = new Dictionary<string, object>();

            _values.Add(primaryKey, id);

            _writter = writter;
        }
Ejemplo n.º 2
0
        public SqlValueSetter(SqlDataWritter writter, object id, string primaryKey)
        {
            _values = new Dictionary <string, object>();

            _values.Add(primaryKey, id);

            _writter = writter;
        }