public static IEnumerable<ConnectionParameter> GetConnectionParameters(
this Type type
)
<ExtensionAttribute>
Public Shared Function GetConnectionParameters (
type As Type
) As IEnumerable(Of ConnectionParameter)
public:
[ExtensionAttribute]
static IEnumerable<ConnectionParameter^>^ GetConnectionParameters(
Type^ type
)
Gemstone.Timeseries.Adapters.ConnectionParameterExtensions.GetConnectionParameters = function(type);
Only public, instance properties are considered for returned parameter list. The DefaultValue will be populated with the configured default value of the property while the Value remains unassigned. Use ApplyConnectionString(IEnumerableConnectionParameter, String) or ApplySettings(IEnumerableConnectionParameter, DictionaryString, String) to assign values from a connection string or settings dictionary, respectively.
Note that the AdapterCache automatically loads and caches adapter types along with their connection parameters, so this method is not typically directly used.