示例#1
0
		public Bob(TableDef tableDef, BobSet bobSet)
			: this(tableDef)
		{
			this.BobSet = bobSet;


		}
示例#2
0
			public PagingDescriptor(BobSet parent)
			{
				this.Parent = parent;
			}
示例#3
0
		public virtual void Initialise(BobSet bs, DataRow row)
		{
			this.BobSet = bs;
			this.DataRow = row;
			this.DbRecordExists = true;

		}