Ðåôåðàòû. Àíàëèç òåêñòîâ íà çàèìñòâîâàíèå ìåòîäîì ïîñòðîåíèÿ ñåìàíòè÷åñêèõ ìîäåëåé

                }

                set {

                    this[this.tabletexts.text_captionColumn] = value;

                }

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public bool IstextNull() {

                return this.IsNull(this.tabletexts.textColumn);

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public void SettextNull() {

                this[this.tabletexts.textColumn] = System.Convert.DBNull;

            }

            

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public bool Istext_captionNull() {

                return this.IsNull(this.tabletexts.text_captionColumn);

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public void Settext_captionNull() {

                this[this.tabletexts.text_captionColumn] = System.Convert.DBNull;

            }

        }

       

        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]

        public class identitiesRowChangeEvent : System.EventArgs {

           

            private identitiesRow eventRow;

           

            private System.Data.DataRowAction eventAction;

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public identitiesRowChangeEvent(identitiesRow row, System.Data.DataRowAction action) {

                this.eventRow = row;

                this.eventAction = action;

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public identitiesRow Row {

                get {

                    return this.eventRow;

                }

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public System.Data.DataRowAction Action {

                get {

                    return this.eventAction;

                }

            }

        }

       

        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]

        public class link_typesRowChangeEvent : System.EventArgs {

           

            private link_typesRow eventRow;

           

            private System.Data.DataRowAction eventAction;

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public link_typesRowChangeEvent(link_typesRow row, System.Data.DataRowAction action) {

                this.eventRow = row;

                this.eventAction = action;

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public link_typesRow Row {

                get {

                    return this.eventRow;

                }

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public System.Data.DataRowAction Action {

                get {

                    return this.eventAction;

                }

            }

        }

       

        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]

        public class linksRowChangeEvent : System.EventArgs {

           

            private linksRow eventRow;

           

            private System.Data.DataRowAction eventAction;

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public linksRowChangeEvent(linksRow row, System.Data.DataRowAction action) {

                this.eventRow = row;

                this.eventAction = action;

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public linksRow Row {

                get {

                    return this.eventRow;

                }

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public System.Data.DataRowAction Action {

                get {

                    return this.eventAction;

                }

            }

        }

       

        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]

        public class text_identitiesRowChangeEvent : System.EventArgs {

           

            private text_identitiesRow eventRow;

           

            private System.Data.DataRowAction eventAction;

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public text_identitiesRowChangeEvent(text_identitiesRow row, System.Data.DataRowAction action) {

                this.eventRow = row;

                this.eventAction = action;

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public text_identitiesRow Row {

                get {

                    return this.eventRow;

                }

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public System.Data.DataRowAction Action {

                get {

                    return this.eventAction;

                }

            }

        }

       

        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]

        public class textsRowChangeEvent : System.EventArgs {

           

            private textsRow eventRow;

           

            private System.Data.DataRowAction eventAction;

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public textsRowChangeEvent(textsRow row, System.Data.DataRowAction action) {

                this.eventRow = row;

                this.eventAction = action;

            }

           

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public textsRow Row {

                get {

                    return this.eventRow;

                }

            }

            

            [System.Diagnostics.DebuggerNonUserCodeAttribute()]

            public System.Data.DataRowAction Action {

                get {

                    return this.eventAction;

                }

            }

        }

    }

}

namespace app.adbDataSetTableAdapters {

   

   

    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]

    [System.ComponentModel.DesignerCategoryAttribute("code")]

    [System.ComponentModel.ToolboxItem(true)]

    [System.ComponentModel.DataObjectAttribute(true)]

    [System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +

        ", Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]

    [System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]

    public partial class identitiesTableAdapter : System.ComponentModel.Component {

       

        private System.Data.SqlClient.SqlDataAdapter _adapter;

       

        private System.Data.SqlClient.SqlConnection _connection;

       

        private System.Data.SqlClient.SqlCommand[] _commandCollection;

       

        private bool _clearBeforeFill;

       

        [System.Diagnostics.DebuggerNonUserCodeAttribute()]

        public identitiesTableAdapter() {

            this.ClearBeforeFill = true;

        }

       

        [System.Diagnostics.DebuggerNonUserCodeAttribute()]

        private System.Data.SqlClient.SqlDataAdapter Adapter {

            get {

                if ((this._adapter == null)) {

                    this.InitAdapter();

                }

                return this._adapter;

            }

        }

       

        [System.Diagnostics.DebuggerNonUserCodeAttribute()]

        internal System.Data.SqlClient.SqlConnection Connection {

            get {

                if ((this._connection == null)) {

                    this.InitConnection();

                }

                return this._connection;

            }

            set {

                this._connection = value;

                if ((this.Adapter.InsertCommand != null)) {

                    this.Adapter.InsertCommand.Connection = value;

                }

                if ((this.Adapter.DeleteCommand != null)) {

                    this.Adapter.DeleteCommand.Connection = value;

                }

                if ((this.Adapter.UpdateCommand != null)) {

                    this.Adapter.UpdateCommand.Connection = value;

                }

                for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {

                    if ((this.CommandCollection[i] != null)) {

                        ((System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value;

                    }

                }

            }

        }

       

        [System.Diagnostics.DebuggerNonUserCodeAttribute()]

        protected System.Data.SqlClient.SqlCommand[] CommandCollection {

            get {

                if ((this._commandCollection == null)) {

                    this.InitCommandCollection();

                }

                return this._commandCollection;

            }

Ñòðàíèöû: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42



2012 © Âñå ïðàâà çàùèùåíû
Ïðè èñïîëüçîâàíèè ìàòåðèàëîâ àêòèâíàÿ ññûëêà íà èñòî÷íèê îáÿçàòåëüíà.