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 (24.3.0.1000)
Syntax public 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:
IListNativeParameterRemarks
Only applicable to stored procedures or functions.
See Also