Represents collection of function parameters in the database structure.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public sealed class ParameterBaseCollection : Collection<ParameterBase> |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class ParameterBaseCollection _ Inherits Collection(Of ParameterBase) |
| Visual C++ |
|---|
public ref class ParameterBaseCollection sealed : public Collection<ParameterBase^> |
Inheritance Hierarchy
System..::.Object
System.Collections.ObjectModel..::.Collection<(Of <(ParameterBase>)>)
PerpetuumSoft.DataModel.MsSql..::.ParameterBaseCollection
System.Collections.ObjectModel..::.Collection<(Of <(ParameterBase>)>)
PerpetuumSoft.DataModel.MsSql..::.ParameterBaseCollection