Public ReadOnly Property ParameterTypes As SqlType()
public SqlType[] ParameterTypes { get; }
public: property array<SqlType^>^ ParameterTypes { array<SqlType^>^ get (); }
function get_parameterTypes();