FunctionParameters Class |
![]() |
Namespace: DataPA.Utils.QueryEngine
[SerializableAttribute] public class FunctionParameters : _FunctionParameters, IEnumerable, IEnumerator
The FunctionParameters type exposes the following members.
Name | Description | |
---|---|---|
![]() | FunctionParameters |
Creates and returns a new FunctionParameters object
|
![]() | FunctionParameters(DataRow) |
Creates and returns a new FunctionParameters object
|
Name | Description | |
---|---|---|
![]() | GetEnumerator |
Implements System.Collections.IEnumerable.GetEnumerator.
|
![]() | MoveNext |
Implements System.Collections.IEnumerator.MoveNext.
|
![]() | Reset |
Implements System.Collections.IEnumerator.Reset.
|
Name | Description | |
---|---|---|
![]() ![]() | ClassId | |
![]() ![]() | EventsId | |
![]() ![]() | InterfaceId |
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of FunctionParameter objects in this collection
|
![]() | Current |
Implements System.Collections.IEnumerator.Current.
|
![]() | Item |
Gets a FunctionParameter object
|