GetByKey Method (Factor)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves the factors for the specified sample size from the Factor table.
'Declaration
Public Shared Function GetByKey( _
ByVal sampleSize As Integer _
) As DataSet
public static DataSet GetByKey(
int sampleSize
)
Parameters
- sampleSize
- Specifies the sample size for which factors should be fetched
Return Value
Returns a DataSet that contains the DataRow of the specified sample size from the Factor table. If no matching record for the specified sample size is found, an empty DataSet is returned.