This documentation is archived and is not being maintained.
SqlMetaData Methods
Visual Studio 2010
The SqlMetaData type exposes the following members.
| Name | Description | |
|---|---|---|
|
Adjust(Boolean) | Validates the specified Boolean value against the metadata, and adjusts the value if necessary. |
|
Adjust(Byte) | Validates the specified Byte value against the metadata, and adjusts the value if necessary. |
|
Adjust(array<Byte>) | Validates the specified array of Byte values against the metadata, and adjusts the value if necessary. |
|
Adjust(Char) | Validates the specified Char value against the metadata, and adjusts the value if necessary. |
|
Adjust(array<Char>) | Validates the specified array of Char values against the metadata, and adjusts the value if necessary. |
|
Adjust(DateTime) | Validates the specified DateTime value against the metadata, and adjusts the value if necessary. |
|
Adjust(DateTimeOffset) | Validates the specified DateTimeOffset value against the metadata, and adjusts the value if necessary. |
|
Adjust(Decimal) | Validates the specified Decimal value against the metadata, and adjusts the value if necessary. |
|
Adjust(Double) | Validates the specified Double value against the metadata, and adjusts the value if necessary. |
|
Adjust(Guid) | Validates the specified Guid value against the metadata, and adjusts the value if necessary. |
|
Adjust(Int16) | Validates the specified Int16 value against the metadata, and adjusts the value if necessary. |
|
Adjust(Int32) | Validates the specified Int32 value against the metadata, and adjusts the value if necessary. |
|
Adjust(Int64) | Validates the specified Int64 value against the metadata, and adjusts the value if necessary. |
|
Adjust(Object) | Validates the specified Object value against the metadata, and adjusts the value if necessary. |
|
Adjust(Single) | Validates the specified Single value against the metadata, and adjusts the value if necessary. |
|
Adjust(SqlBinary) | Validates the specified SqlBinary value against the metadata, and adjusts the value if necessary. |
|
Adjust(SqlBoolean) | Validates the specified SqlBoolean value against the metadata, and adjusts the value if necessary. |
|
Adjust(SqlByte) | Validates the specified SqlByte value against the metadata, and adjusts the value if necessary. |
|
Adjust(SqlBytes) | Validates the specified SqlBytes value against the metadata, and adjusts the value if necessary. |
|
Adjust(SqlChars) | Validates the specified SqlChars value against the metadata, and adjusts the value if necessary. |
|
Adjust(SqlDateTime) | Validates the specified SqlDateTime value against the metadata, and adjusts the value if necessary. |
|
Adjust(SqlDecimal) | Validates the specified SqlDecimal value against the metadata, and adjusts the value if necessary. |
|
Adjust(SqlDouble) | Validates the specified SqlDouble value against the metadata, and adjusts the value if necessary. |
|
Adjust(SqlGuid) | Validates the specified SqlGuid value against the metadata, and adjusts the value if necessary. |
|
Adjust(SqlInt16) | Validates the specified SqlInt16 value against the metadata, and adjusts the value if necessary. |
|
Adjust(SqlInt32) | Validates the specified SqlInt32 value against the metadata, and adjusts the value if necessary. |
|
Adjust(SqlInt64) | Validates the specified SqlInt64 value against the metadata, and adjusts the value if necessary. |
|
Adjust(SqlMoney) | Validates the specified SqlMoney value against the metadata, and adjusts the value if necessary. |
|
Adjust(SqlSingle) | Validates the specified SqlSingle value against the metadata, and adjusts the value if necessary. |
|
Adjust(SqlString) | Validates the specified SqlString value against the metadata, and adjusts the value if necessary. |
|
Adjust(SqlXml) | Validates the specified SqlXml value against the metadata, and adjusts the value if necessary. |
|
Adjust(String) | Validates the specified String value against the metadata, and adjusts the value if necessary. |
|
Adjust(TimeSpan) | Validates the specified TimeSpan value against the metadata, and adjusts the value if necessary. |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
InferFromValue | Infers the metadata from the specified object and returns it as a SqlMetaData instance. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show: