#Param
##Properties
| Datatype | Property name | Property description | Default Value |
|---|---|---|---|
| String | DBColumnType | Gets the database type of the parameter. | String.Empty |
| Boolean | IsOut | Determines whether this parameter is an IN or OUT parameter. | False |
| String | Name | Gets the name of the parameter. | String.Empty |
| SqlType | SqlType | Gets the Izenda.AdHoc.Database.SqlType of this parameter. | Null |
| StoredProcedure | StoredProcedure | Gets or sets the Izenda.AdHoc.Database.StoredProcedure this parameter is associated with. | null |
##Methods
###Equals(System.Object) Determines whether the specified System.Object is equal to the current System.Object.
Parameters:
- System.Object obj - The System.Object to compare with the current System.Object.
Returns:
true if the specified System.Object is equal to the current System.Object; otherwise, false.
###GetHashCode() Serves as a hash function for a particular type.
Returns:
A hash code for the current System.Object.
###GetSchema() Gets the XML schema.
Returns:
XML schema of this object.
###GetType() Gets the System.Type of the current instance.
Returns:
The System.Type instance that represents the exact runtime type of the current instance.
###ReadXml(System.Xml.XmlReader) Creates a new Izenda.AdHoc.Database.Param from the specified System.Xml.XmlReader with parameter information stored to it.
Parameters:
- System.Xml.XmlReader reader - The source System.Xml.XmlReader that will be read to obtain the column information.
###ToString() Returns a System.String that represents the current System.Object.
Returns:
A System.String that represents the current System.Object.
###WriteXml(System.Xml.XmlWriter) Writes the Izenda.AdHoc.Database.Param to the provided System.Xml.XmlWriter.
Parameters:
- System.Xml.XmlWriter writer - The System.Xml.XmlWriter object that will be used to serialize the Izenda.AdHoc.Database.Param.
