1 / 10

Графическое проектирование структуры базы данных

Графическое проектирование структуры базы данных. DataBindings. TextBox ComboBox Label ListBox Calendar CheckBox RadioButton DataGrid PictureBox. BindingContext. CurrencyManager. Position. txtFirstName.DataBindings.Add (“Text”,dsEmployeeInfo,”Employee.fname”)

majed
Download Presentation

Графическое проектирование структуры базы данных

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Графическое проектирование структуры базы данных

  2. DataBindings TextBox ComboBox Label ListBox Calendar CheckBox RadioButton DataGrid PictureBox

  3. BindingContext CurrencyManager Position

  4. txtFirstName.DataBindings.Add(“Text”,dsEmployeeInfo,”Employee.fname”) txtFirstName.DataBindings.Add(“Text”,dsEmployeeInfo,”Employee.fname”) txtLastName.DataBindings.Add(“Text”,dsEmployeeInfo,”Employee.lname”) ME.BindingContext(dsEmployeeInfo,”Employee”).Position+=1

  5. Связанный элемент управления Простые связанные элементы Сложное связывание Label TextBox DataGrid ListBox ComboBox

  6. DataSource DataGrid1.DataSource=dsTitleAuthor DataGrid1.DataMember=”Titles”

  7. Элемент управления DataGrid • .DataSource • .DataMember Свойства элемента: OleDbDataAdapter1.Fill(DsInstructors1)

  8. Свойства элемента управления DataGrid

  9. Источники данных: Класс DataTable Класс DataView Класс DataSet Класс DataViewManager

More Related