GetByKey Method (StagingTypeConfig)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves the staging type configuration record from the Staging_Type_Config table.
'Declaration
Public Shared Function GetByKey( _
ByVal stagingTypeId As String _
) As DataSet
'Usage
Dim stagingTypeId As String
Dim value As DataSet
value = StagingTypeConfig.GetByKey(stagingTypeId)
public static DataSet GetByKey(
string stagingTypeId
)
Parameters
- stagingTypeId
- Required. Holds the ID of a CONNECT data services type.
Return Value
Returns a DataSet that contains the DataRow of the specified staging type configuration in the Staging_Type_Config table. If no matching record for the specified staging type id is found, an empty DataSet is returned.