示例#1
0
		private void detach_CommunityProfiles(CommunityProfile entity)
		{
			this.SendPropertyChanging();
			entity.Client = null;
		}
示例#2
0
 partial void DeleteCommunityProfile(CommunityProfile instance);
示例#3
0
 partial void InsertCommunityProfile(CommunityProfile instance);
示例#4
0
 partial void UpdateCommunityProfile(CommunityProfile instance);
示例#5
0
		private void attach_CommunityProfiles(CommunityProfile entity)
		{
			this.SendPropertyChanging();
			entity.Page = this;
		}