예제 #1
0
        static public void Delete(System.Int32 theKey, esSqlAccessType sqlAccessType)
        {
            var obj = new KeyNotFirst();

            obj.TheKey = theKey;
            obj.AcceptChanges();
            obj.MarkAsDeleted();
            obj.Save(sqlAccessType);
        }
예제 #2
0
 public KeyNotFirstProxyStub(KeyNotFirst obj, bool dirtyColumnsOnly)
 {
     theEntity             = this.entity = obj;
     this.dirtyColumnsOnly = dirtyColumnsOnly;
 }
예제 #3
0
 public KeyNotFirstProxyStub(KeyNotFirst obj)
 {
     theEntity = this.entity = obj;
 }