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


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

		}