#StoredProcedure
##Properties
| Datatype | Property name | Property description | Default Value |
|---|---|---|---|
| ColumnCollection | Columns | Gets the collection of Izenda.AdHoc.Database.Column objects that are associated with this stored procedure. | {} |
| DateTime | CreatedDate | Gets the System.DateTime that the stored procedure was created on the database. | null |
| String | FullName | Gets the System.String name of the stored procedure with the schema included. | [].[] |
| String | Name | Gets the name of the stored procedure. | String.Empty |
| ParamCollection | Params | Gets the collection of Izenda.AdHoc.Database.Param objects that are associated with this stored procedure. | {} |
| String | Schema | Gets the System.String representation of the schema that the stored procedure belongs to. | String.Empty |
##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.StoredProcedure 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.StoredProcedure 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.StoredProcedure.
