Esempio n. 1
0
		public Bob(TableDef tableDef, BobSet bobSet)
			: this(tableDef)
		{
			this.BobSet = bobSet;


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

		}