Beispiel #1
0
        static public void Delete(System.String keySub, System.Int32 keyId, esSqlAccessType sqlAccessType)
        {
            var obj = new ReverseCompositeParent();

            obj.KeySub = keySub;
            obj.KeyId  = keyId;
            obj.AcceptChanges();
            obj.MarkAsDeleted();
            obj.Save(sqlAccessType);
        }
Beispiel #2
0
 public ReverseCompositeParentProxyStub(ReverseCompositeParent obj, bool dirtyColumnsOnly)
 {
     theEntity             = this.entity = obj;
     this.dirtyColumnsOnly = dirtyColumnsOnly;
 }
Beispiel #3
0
 public ReverseCompositeParentProxyStub(ReverseCompositeParent obj)
 {
     theEntity = this.entity = obj;
 }