Retrieve all collection parameters as an array.
Namespace: Cartella.InterfacesAssembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
DbParameter[] ToArray() |
Visual Basic |
---|
Function ToArray As DbParameter() |
Visual C++ |
---|
array<DbParameter^>^ ToArray() |