zmiana klienta SQL na Microsoft.Data.SqlClient
This commit is contained in:
@@ -32,21 +32,21 @@
|
||||
</DataSource>
|
||||
</xs:appinfo>
|
||||
</xs:annotation>
|
||||
<xs:element name="DataSetListaSkladnikow" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="DataSetListaSkladnikow" msprop:Generator_UserDSName="DataSetListaSkladnikow">
|
||||
<xs:element name="DataSetListaSkladnikow" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_UserDSName="DataSetListaSkladnikow" msprop:Generator_DataSetName="DataSetListaSkladnikow">
|
||||
<xs:complexType>
|
||||
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:element name="haftmittel_ListaSkladnikow" msprop:Generator_TableClassName="haftmittel_ListaSkladnikowDataTable" msprop:Generator_TableVarName="tablehaftmittel_ListaSkladnikow" msprop:Generator_RowChangedName="haftmittel_ListaSkladnikowRowChanged" msprop:Generator_TablePropName="haftmittel_ListaSkladnikow" msprop:Generator_RowDeletingName="haftmittel_ListaSkladnikowRowDeleting" msprop:Generator_RowChangingName="haftmittel_ListaSkladnikowRowChanging" msprop:Generator_RowEvHandlerName="haftmittel_ListaSkladnikowRowChangeEventHandler" msprop:Generator_RowDeletedName="haftmittel_ListaSkladnikowRowDeleted" msprop:Generator_RowClassName="haftmittel_ListaSkladnikowRow" msprop:Generator_UserTableName="haftmittel_ListaSkladnikow" msprop:Generator_RowEvArgName="haftmittel_ListaSkladnikowRowChangeEvent">
|
||||
<xs:element name="haftmittel_ListaSkladnikow" msprop:Generator_RowEvHandlerName="haftmittel_ListaSkladnikowRowChangeEventHandler" msprop:Generator_RowDeletedName="haftmittel_ListaSkladnikowRowDeleted" msprop:Generator_RowDeletingName="haftmittel_ListaSkladnikowRowDeleting" msprop:Generator_RowEvArgName="haftmittel_ListaSkladnikowRowChangeEvent" msprop:Generator_TablePropName="haftmittel_ListaSkladnikow" msprop:Generator_RowChangedName="haftmittel_ListaSkladnikowRowChanged" msprop:Generator_RowChangingName="haftmittel_ListaSkladnikowRowChanging" msprop:Generator_TableClassName="haftmittel_ListaSkladnikowDataTable" msprop:Generator_RowClassName="haftmittel_ListaSkladnikowRow" msprop:Generator_TableVarName="tablehaftmittel_ListaSkladnikow" msprop:Generator_UserTableName="haftmittel_ListaSkladnikow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="Id" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnId" msprop:Generator_ColumnPropNameInRow="Id" msprop:Generator_ColumnPropNameInTable="IdColumn" msprop:Generator_UserColumnName="Id" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="Kod" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnKod" msprop:Generator_ColumnPropNameInRow="Kod" msprop:Generator_ColumnPropNameInTable="KodColumn" msprop:Generator_UserColumnName="Kod" minOccurs="0">
|
||||
<xs:element name="Id" msdata:ReadOnly="true" msprop:Generator_ColumnPropNameInRow="Id" msprop:Generator_ColumnPropNameInTable="IdColumn" msprop:Generator_ColumnVarNameInTable="columnId" msprop:Generator_UserColumnName="Id" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="Kod" msdata:ReadOnly="true" msprop:Generator_ColumnPropNameInRow="Kod" msprop:Generator_ColumnPropNameInTable="KodColumn" msprop:Generator_ColumnVarNameInTable="columnKod" msprop:Generator_UserColumnName="Kod" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="255" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="Nazwa" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNazwa" msprop:Generator_ColumnPropNameInRow="Nazwa" msprop:Generator_ColumnPropNameInTable="NazwaColumn" msprop:Generator_UserColumnName="Nazwa" minOccurs="0">
|
||||
<xs:element name="Nazwa" msdata:ReadOnly="true" msprop:Generator_ColumnPropNameInRow="Nazwa" msprop:Generator_ColumnPropNameInTable="NazwaColumn" msprop:Generator_ColumnVarNameInTable="columnNazwa" msprop:Generator_UserColumnName="Nazwa" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="512" />
|
||||
|
||||
Reference in New Issue
Block a user