![]() | Initializes a new instance of the AdpParameter class. |
![]() | Gets or sets the AdpType of the parameter. |
![]() | Gets or sets the DbType of the parameter. |
![]() | Gets or sets a value indicating whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter. |
![]() | Gets or sets a value indicating whether the parameter accepts null values. |
![]() | Gets or sets the name of the AdpParameter. |
![]() | Gets or sets the maximum number of digits used to represent the Value property. |
![]() | Gets or sets the number of decimal places to which Value is resolved. |
![]() | Gets or sets the maximum size, in bytes, of the data within the column. |
![]() | Gets or sets the name of the source column that is mapped to the DataSet and used for loading or returning the Value. |
![]() | Gets or sets the DataRowVersion to use when loading Value. |
![]() | Gets or sets the value of the parameter. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
AdpParameter Class | Advanced.Data.Provider Namespace