jj WDRESULTLISTCONFIG
This commit is contained in:
@@ -453,6 +453,39 @@ SELECT GUID, NAME, COMMENT, TableName, Host, SystemNumber, UserName, Password, C
|
||||
</Mappings>
|
||||
<Sources />
|
||||
</TableAdapter>
|
||||
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="TBPMO_RESULTLIST_CONFIGTableAdapter" GeneratorDataComponentClassName="TBPMO_RESULTLIST_CONFIGTableAdapter" Name="TBPMO_RESULTLIST_CONFIG" UserDataComponentName="TBPMO_RESULTLIST_CONFIGTableAdapter">
|
||||
<MainSource>
|
||||
<DbSource ConnectionRef="DD_DMSConnectionString (MySettings)" DbObjectType="Unknown" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="false" UserGetMethodName="GetData" UserSourceName="Fill">
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="true">
|
||||
<CommandText>SELECT TBPMO_DOCSEARCH_RESULTLIST_CONFIG.GUID, TBPMO_FORM.NAME, TBPMO_DOCSEARCH_RESULTLIST_CONFIG.LANGUAGE, TBPMO_DOCSEARCH_RESULTLIST_CONFIG.COLUMN_VIEW,
|
||||
TBPMO_DOCSEARCH_RESULTLIST_CONFIG.HEADER_CAPTION, TBPMO_DOCSEARCH_RESULTLIST_CONFIG.WIDTH, TBPMO_DOCSEARCH_RESULTLIST_CONFIG.TYPE_ID,
|
||||
TBPMO_DOCSEARCH_RESULTLIST_CONFIG.ADDED_WHO, TBPMO_DOCSEARCH_RESULTLIST_CONFIG.ADDED_WHEN, TBPMO_DOCSEARCH_RESULTLIST_CONFIG.CHANGED_WHO,
|
||||
TBPMO_DOCSEARCH_RESULTLIST_CONFIG.CHANGED_WHEN, TBPMO_DOCSEARCH_RESULTLIST_CONFIG.VISIBLE, TBPMO_DOCSEARCH_RESULTLIST_CONFIG.ENTITY_ID
|
||||
FROM TBPMO_DOCSEARCH_RESULTLIST_CONFIG INNER JOIN
|
||||
TBPMO_FORM ON TBPMO_DOCSEARCH_RESULTLIST_CONFIG.ENTITY_ID = TBPMO_FORM.GUID</CommandText>
|
||||
<Parameters />
|
||||
</DbCommand>
|
||||
</SelectCommand>
|
||||
</DbSource>
|
||||
</MainSource>
|
||||
<Mappings>
|
||||
<Mapping SourceColumn="GUID" DataSetColumn="GUID" />
|
||||
<Mapping SourceColumn="NAME" DataSetColumn="NAME" />
|
||||
<Mapping SourceColumn="LANGUAGE" DataSetColumn="LANGUAGE" />
|
||||
<Mapping SourceColumn="COLUMN_VIEW" DataSetColumn="COLUMN_VIEW" />
|
||||
<Mapping SourceColumn="HEADER_CAPTION" DataSetColumn="HEADER_CAPTION" />
|
||||
<Mapping SourceColumn="WIDTH" DataSetColumn="WIDTH" />
|
||||
<Mapping SourceColumn="TYPE_ID" DataSetColumn="TYPE_ID" />
|
||||
<Mapping SourceColumn="ADDED_WHO" DataSetColumn="ADDED_WHO" />
|
||||
<Mapping SourceColumn="ADDED_WHEN" DataSetColumn="ADDED_WHEN" />
|
||||
<Mapping SourceColumn="CHANGED_WHO" DataSetColumn="CHANGED_WHO" />
|
||||
<Mapping SourceColumn="CHANGED_WHEN" DataSetColumn="CHANGED_WHEN" />
|
||||
<Mapping SourceColumn="VISIBLE" DataSetColumn="VISIBLE" />
|
||||
<Mapping SourceColumn="ENTITY_ID" DataSetColumn="ENTITY_ID" />
|
||||
</Mappings>
|
||||
<Sources />
|
||||
</TableAdapter>
|
||||
</Tables>
|
||||
<Sources />
|
||||
</DataSource>
|
||||
@@ -923,6 +956,61 @@ SELECT GUID, NAME, COMMENT, TableName, Host, SystemNumber, UserName, Password, C
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="TBPMO_RESULTLIST_CONFIG" msprop:Generator_TableClassName="TBPMO_RESULTLIST_CONFIGDataTable" msprop:Generator_TableVarName="tableTBPMO_RESULTLIST_CONFIG" msprop:Generator_RowChangedName="TBPMO_RESULTLIST_CONFIGRowChanged" msprop:Generator_TablePropName="TBPMO_RESULTLIST_CONFIG" msprop:Generator_RowDeletingName="TBPMO_RESULTLIST_CONFIGRowDeleting" msprop:Generator_RowChangingName="TBPMO_RESULTLIST_CONFIGRowChanging" msprop:Generator_RowEvHandlerName="TBPMO_RESULTLIST_CONFIGRowChangeEventHandler" msprop:Generator_RowDeletedName="TBPMO_RESULTLIST_CONFIGRowDeleted" msprop:Generator_RowClassName="TBPMO_RESULTLIST_CONFIGRow" msprop:Generator_UserTableName="TBPMO_RESULTLIST_CONFIG" msprop:Generator_RowEvArgName="TBPMO_RESULTLIST_CONFIGRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
|
||||
<xs:element name="NAME" msprop:Generator_ColumnVarNameInTable="columnNAME" msprop:Generator_ColumnPropNameInRow="NAME" msprop:Generator_ColumnPropNameInTable="NAMEColumn" msprop:Generator_UserColumnName="NAME">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="100" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="LANGUAGE" msprop:Generator_ColumnVarNameInTable="columnLANGUAGE" msprop:Generator_ColumnPropNameInRow="LANGUAGE" msprop:Generator_ColumnPropNameInTable="LANGUAGEColumn" msprop:Generator_UserColumnName="LANGUAGE">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="5" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="COLUMN_VIEW" msprop:Generator_ColumnVarNameInTable="columnCOLUMN_VIEW" msprop:Generator_ColumnPropNameInRow="COLUMN_VIEW" msprop:Generator_ColumnPropNameInTable="COLUMN_VIEWColumn" msprop:Generator_UserColumnName="COLUMN_VIEW">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="100" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="HEADER_CAPTION" msprop:Generator_ColumnVarNameInTable="columnHEADER_CAPTION" msprop:Generator_ColumnPropNameInRow="HEADER_CAPTION" msprop:Generator_ColumnPropNameInTable="HEADER_CAPTIONColumn" msprop:Generator_UserColumnName="HEADER_CAPTION">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="100" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="WIDTH" msprop:Generator_ColumnVarNameInTable="columnWIDTH" msprop:Generator_ColumnPropNameInRow="WIDTH" msprop:Generator_ColumnPropNameInTable="WIDTHColumn" msprop:Generator_UserColumnName="WIDTH" type="xs:int" />
|
||||
<xs:element name="TYPE_ID" msprop:Generator_ColumnVarNameInTable="columnTYPE_ID" msprop:Generator_ColumnPropNameInRow="TYPE_ID" msprop:Generator_ColumnPropNameInTable="TYPE_IDColumn" msprop:Generator_UserColumnName="TYPE_ID" type="xs:unsignedByte" />
|
||||
<xs:element name="ADDED_WHO" msprop:Generator_ColumnVarNameInTable="columnADDED_WHO" msprop:Generator_ColumnPropNameInRow="ADDED_WHO" msprop:Generator_ColumnPropNameInTable="ADDED_WHOColumn" msprop:Generator_UserColumnName="ADDED_WHO">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="ADDED_WHEN" msprop:Generator_ColumnVarNameInTable="columnADDED_WHEN" msprop:Generator_ColumnPropNameInRow="ADDED_WHEN" msprop:Generator_ColumnPropNameInTable="ADDED_WHENColumn" msprop:Generator_UserColumnName="ADDED_WHEN" type="xs:dateTime" minOccurs="0" />
|
||||
<xs:element name="CHANGED_WHO" msprop:Generator_ColumnVarNameInTable="columnCHANGED_WHO" msprop:Generator_ColumnPropNameInRow="CHANGED_WHO" msprop:Generator_ColumnPropNameInTable="CHANGED_WHOColumn" msprop:Generator_UserColumnName="CHANGED_WHO" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="CHANGED_WHEN" msprop:Generator_ColumnVarNameInTable="columnCHANGED_WHEN" msprop:Generator_ColumnPropNameInRow="CHANGED_WHEN" msprop:Generator_ColumnPropNameInTable="CHANGED_WHENColumn" msprop:Generator_UserColumnName="CHANGED_WHEN" type="xs:dateTime" minOccurs="0" />
|
||||
<xs:element name="VISIBLE" msprop:Generator_ColumnVarNameInTable="columnVISIBLE" msprop:Generator_ColumnPropNameInRow="VISIBLE" msprop:Generator_ColumnPropNameInTable="VISIBLEColumn" msprop:Generator_UserColumnName="VISIBLE" type="xs:boolean" />
|
||||
<xs:element name="ENTITY_ID" msprop:Generator_ColumnVarNameInTable="columnENTITY_ID" msprop:Generator_ColumnPropNameInRow="ENTITY_ID" msprop:Generator_ColumnPropNameInTable="ENTITY_IDColumn" msprop:Generator_UserColumnName="ENTITY_ID" type="xs:int" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:choice>
|
||||
</xs:complexType>
|
||||
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
|
||||
@@ -953,6 +1041,10 @@ SELECT GUID, NAME, COMMENT, TableName, Host, SystemNumber, UserName, Password, C
|
||||
<xs:selector xpath=".//mstns:TBPMO_SAP_FUBA" />
|
||||
<xs:field xpath="mstns:GUID" />
|
||||
</xs:unique>
|
||||
<xs:unique name="TBPMO_RESULTLIST_CONFIG_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
||||
<xs:selector xpath=".//mstns:TBPMO_RESULTLIST_CONFIG" />
|
||||
<xs:field xpath="mstns:GUID" />
|
||||
</xs:unique>
|
||||
</xs:element>
|
||||
<xs:annotation>
|
||||
<xs:appinfo>
|
||||
|
||||
Reference in New Issue
Block a user