SqlMetaData.Adjust Method
Validates the specified value against the metadata and adjusts the value if necessary.
Overload List
Name | Description |
---|---|
SqlMetaData.Adjust (Boolean) | Validates the specified Boolean value against the metadata and adjusts the value if necessary. Supported by the .NET Compact Framework. |
SqlMetaData.Adjust (Byte) | Validates the specified Byte value against the metadata and adjusts the value if necessary. Supported by the .NET Compact Framework. |
SqlMetaData.Adjust (Byte[]) | Validates the specified array of Byte values against the metadata and adjusts the value if necessary. Supported by the .NET Compact Framework. |
SqlMetaData.Adjust (Char) | Validates the specified Char value against the metadata and adjusts the value if necessary. Supported by the .NET Compact Framework. |
SqlMetaData.Adjust (Char[]) | Validates the specified array of Char values against the metadata and adjusts the value if necessary. Supported by the .NET Compact Framework. |
SqlMetaData.Adjust (DateTime) | Validates the specified DateTime value against the metadata and adjusts the value if necessary. Supported by the .NET Compact Framework. |
SqlMetaData.Adjust (Decimal) | Validates the specified Decimal value against the metadata and adjusts the value if necessary. Supported by the .NET Compact Framework. |
SqlMetaData.Adjust (Double) | Validates the specified Double value against the metadata and adjusts the value if necessary. Supported by the .NET Compact Framework. |
SqlMetaData.Adjust (Guid) | Validates the specified Guid value against the metadata and adjusts the value if necessary. Supported by the .NET Compact Framework. |
SqlMetaData.Adjust (Int16) | Validates the specified Int16 value against the metadata and adjusts the value if necessary. Supported by the .NET Compact Framework. |
SqlMetaData.Adjust (Int32) | Validates the specified Int32 value against the metadata and adjusts the value if necessary. Supported by the .NET Compact Framework. |
SqlMetaData.Adjust (Int64) | Validates the specified Int64 value against the metadata and adjusts the value if necessary. Supported by the .NET Compact Framework. |
SqlMetaData.Adjust (Object) | Validates the specified Object value against the metadata and adjusts the value if necessary. Supported by the .NET Compact Framework. |
SqlMetaData.Adjust (Single) | Validates the specified Single value against the metadata and adjusts the value if necessary. Supported by the .NET Compact Framework. |
SqlMetaData.Adjust (SqlBinary) | Validates the specified SqlBinary value against the metadata and adjusts the value if necessary. Supported by the .NET Compact Framework. |
SqlMetaData.Adjust (SqlBoolean) | Validates the specified SqlBoolean value against the metadata and adjusts the value if necessary. Supported by the .NET Compact Framework. |
SqlMetaData.Adjust (SqlByte) | Validates the specified SqlByte value against the metadata and adjusts the value if necessary. Supported by the .NET Compact Framework. |
SqlMetaData.Adjust (SqlBytes) | Validates the specified SqlBytes value against the metadata and adjusts the value if necessary. Supported by the .NET Compact Framework. |
SqlMetaData.Adjust (SqlChars) | Validates the specified SqlChars value against the metadata and adjusts the value if necessary. Supported by the .NET Compact Framework. |
SqlMetaData.Adjust (SqlDateTime) | Validates the specified SqlDateTime value against the metadata and adjusts the value if necessary. Supported by the .NET Compact Framework. |
SqlMetaData.Adjust (SqlDecimal) | Validates the specified SqlDecimal value against the metadata and adjusts the value if necessary. Supported by the .NET Compact Framework. |
SqlMetaData.Adjust (SqlDouble) | Validates the specified SqlDouble value against the metadata and adjusts the value if necessary. Supported by the .NET Compact Framework. |
SqlMetaData.Adjust (SqlGuid) | Validates the specified SqlGuid value against the metadata and adjusts the value if necessary. Supported by the .NET Compact Framework. |
SqlMetaData.Adjust (SqlInt16) | Validates the specified SqlInt16 value against the metadata and adjusts the value if necessary. Supported by the .NET Compact Framework. |
SqlMetaData.Adjust (SqlInt32) | Validates the specified SqlInt32 value against the metadata and adjusts the value if necessary. Supported by the .NET Compact Framework. |
SqlMetaData.Adjust (SqlInt64) | Validates the specified SqlInt64 value against the metadata and adjusts the value if necessary. Supported by the .NET Compact Framework. |
SqlMetaData.Adjust (SqlMoney) | Validates the specified SqlMoney value against the metadata and adjusts the value if necessary. Supported by the .NET Compact Framework. |
SqlMetaData.Adjust (SqlSingle) | Validates the specified SqlSingle value against the metadata and adjusts the value if necessary. Supported by the .NET Compact Framework. |
SqlMetaData.Adjust (SqlString) | Validates the specified SqlString value against the metadata and adjusts the value if necessary. Supported by the .NET Compact Framework. |
SqlMetaData.Adjust (String) | Validates the specified String value against the metadata and adjusts the value if necessary. Supported by the .NET Compact Framework. |
See Also
Reference
SqlMetaData Class
SqlMetaData Members
System.Data.SqlServerCe Namespace