'使用法 Dim instance As DataSetCollection Dim name As System.String Dim value As DataSet value = instance.FindByName(name)
パラメータ
- name
- The name to search for.
戻り値の型
The dataset with the specified name, or null if the dataset was not found.
'使用法 Dim instance As DataSetCollection Dim name As System.String Dim value As DataSet value = instance.FindByName(name)