#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:

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:


###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: