Exemplo n.º 1
0
		protected DbCommandBase (DbCommandBase from)
		{
			_commandText = from._commandText;
			_commandTimeout = from._commandTimeout;
			_commandType = from._commandType;
			_updatedRowSource = from._updatedRowSource;
			_designTimeVisible = from._designTimeVisible;
		}
Exemplo n.º 2
0
 protected DbCommandBase(DbCommandBase from)
 {
     _commandText       = from._commandText;
     _commandTimeout    = from._commandTimeout;
     _commandType       = from._commandType;
     _updatedRowSource  = from._updatedRowSource;
     _designTimeVisible = from._designTimeVisible;
 }