RelationalStructureParameters Property  | 
 
            Gets list of native parameters.
            
 
    Namespace: 
   Dundas.BI.Data.Metadata.Relational
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic IList<NativeParameter> Parameters { get; }Public ReadOnly Property Parameters As IList(Of NativeParameter)
	Get
public:
property IList<NativeParameter^>^ Parameters {
	IList<NativeParameter^>^ get ();
}member Parameters : IList<NativeParameter> with get
Property Value
Type: 
IListNativeParameter
Remarks
            Only applicable to stored procedures or functions.
            
See Also