Responder Developer Guide
DataSetConfig Class Members
Fields  Properties  Methods 


Version: 10.2.1a

Resource Center Home

The following tables list the members exposed by DataSetConfig.

Public Constructors
 NameDescription
Public ConstructorDataSetConfig ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)ConfiguratorTracing  
Top
Public Properties
 NameDescription
Public PropertyDomains  
Public PropertyName  
Top
Public Methods
 NameDescription
Public MethodAddDomainAdds this domain to the list of available domains. If this domain already exists in the list, it is replaced with the new one. However, if the existing domain has the same contents as the new one, the existing domain is retained.  
Public MethodAnnotateDatasetOverloaded. Annotates information in a dataset, including tables and column characteristics and relates. Many items are stored in the extended properties of the dataset objects.  
Public MethodAnnotateTableOverloaded. Annotates information in a table, including column characteristics. Many items are stored in the extended properties of the dataset objects.  
Public Methodstatic (Shared in Visual Basic)AreSameRowsDetermines if two DataRows are the same.  
Public MethodBindToBinds to a DataSource to provide annotation and SQL realization services. The DataSetConfig instance will attach to the DataSource events (i.e., AnnotateDataSet, AnnotateDataTable, and RealizeSql) and will annotate based on the DataSetConfig information.  
Public Methodstatic (Shared in Visual Basic)CompareRowsCompares two rows for sorting, based on a list of columns.  
Public Methodstatic (Shared in Visual Basic)GetCaptionOverloaded. Gets the caption for this DataTable.  
Public Methodstatic (Shared in Visual Basic)GetChildRowsGets the child rows of a DataRow for a given relationship represents.  
Public Methodstatic (Shared in Visual Basic)GetColumnGets a column in a table for a given represents.  
Public MethodGetColumnCaptionReturns the caption of a column corresponding to table and column represents.  
Public MethodGetColumnNameReturns the name of a column corresponding to table and column represents.  
Public MethodGetColumnNameFromPhysicalTableNameGets the name of a column from the physical table name and column represents name.  
Public Methodstatic (Shared in Visual Basic)GetColumnValueGets the value for a column in a DataRow.  
Public MethodGetDomainOverloaded. Returns a domain corresponding to a name. The properties of the DomainPair objects correspond with the attributes of DomainPair elements in the config XML.  
Public Methodstatic (Shared in Visual Basic)GetDomainNameOverloaded. Gets the domain name for a DataColumn.  
Public MethodGetDomainPairDescriptionReturns a domain description corresponding to a domain name and value.  
Public Methodstatic (Shared in Visual Basic)GetFilterCriteriaCreates a list of criteria for filtering a table, based on the values stored in a DataRow.  
Public MethodGetFormattedDatasetCreates a FormattedDataset object representing this row and its child rows  
Public Methodstatic (Shared in Visual Basic)GetKeysReturns the array of primary key values that uniquely identify this DataRow.  
Public MethodGetObjectDataCustom serialization implementation.  
Public Methodstatic (Shared in Visual Basic)GetParentRowGets the parent row of a DataRow for a given relationship represents.  
Public Methodstatic (Shared in Visual Basic)GetPrimaryKeyExpressionCreates a search expression for finding this DataRow by its primary key values  
Public MethodGetRelationshipReturns a relationship configuration object corresponding to a pair of source and destination table names, if such a relationship is configured.  
Public MethodGetRelationshipNameReturns the name of the relationship corresponding to a represents.  
Public Methodstatic (Shared in Visual Basic)GetRepresentsOverloaded. Gets the represents for this DataTable.  
Public MethodGetRowCaptionGets the caption for a DataRow.  
Public Methodstatic (Shared in Visual Basic)GetTableReturns the table in the dataset defined by its represents.  
Public MethodGetTableNameReturns the name of a table corresponding to a represents.  
Public Methodstatic (Shared in Visual Basic)GetTimeKindGet current kind of time in DataBase  
Public Methodstatic (Shared in Visual Basic)GetUniqueIDCreates a default unique ID based on the table name and primary key values.  
Public Methodstatic (Shared in Visual Basic)HasCaptionDetermines if a caption is defined for this table in the dataset configuration.  
Public Methodstatic (Shared in Visual Basic)HasColumnDetermines if a table contains a column for a given represents.  
Public Methodstatic (Shared in Visual Basic)HasRowCaptionDetermines if a row caption is defined for this row in the dataset configuration.  
Public Methodstatic (Shared in Visual Basic)HasTableDetermines if a dataset contains a table for a given represents.  
Public MethodInsertFieldValuesOverloaded. Replaces column represents in a text string with values for these column names. Enclose column represents in []. Example: [ID]  
Public Methodstatic (Shared in Visual Basic)IsConfiguredOverloaded. Determines if this table is configured in the dataset configuration XML.  
Public Methodstatic (Shared in Visual Basic)IsEditableOverloaded. Determines if a DataTable is editable based on the user's security settings.  
Public Methodstatic (Shared in Visual Basic)IsVisibleDetermines if the DataColumn is visible.  
Public Methodstatic (Shared in Visual Basic)SetColumnValueSets the value for a column in a DataRow.  
Public MethodUnbindUnbinds from the DataSoure (will no longer provide annotation services).  
Public MethodUpdateUpdates the dataset configuration stored in this DataSetConfig object based on the configuration stored in a new DataSetConfig object.  
Top
See Also

Reference

DataSetConfig Class
Miner.Data.Configuration Namespace

 

 


Send Comment