SqlMetaData Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Specifies and retrieves metadata information from parameters and columns retrieved from a database. This class cannot be inherited.
Inheritance Hierarchy
System.Object
System.Data.SqlServerCe.SqlMetaData
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public NotInheritable Class SqlMetaData
'Usage
Dim instance As SqlMetaData
public sealed class SqlMetaData
public ref class SqlMetaData sealed
[<SealedAttribute>]
type SqlMetaData = class end
public final class SqlMetaData
The SqlMetaData type exposes the following members.
Constructors
Top
Properties
Name | Description | |
---|---|---|
CompareOptions | Infrastructure. | |
DbType | Infrastructure. | |
LocaleId | Infrastructure. | |
Max | Infrastructure. | |
MaxLength | Infrastructure. | |
Name | Infrastructure. | |
Precision | Infrastructure. | |
Scale | Infrastructure. | |
SqlDbType | Infrastructure. | |
TypeName | Infrastructure. |
Top
Methods
Name | Description | |
---|---|---|
Adjust(Boolean) | ||
Adjust(Byte) | ||
Adjust(array<Byte[]) | ||
Adjust(Char) | ||
Adjust(array<Char[]) | ||
Adjust(SqlBinary) | ||
Adjust(SqlBoolean) | ||
Adjust(SqlByte) | ||
Adjust(SqlBytes) | ||
Adjust(SqlChars) | ||
Adjust(SqlDateTime) | ||
Adjust(SqlDecimal) | ||
Adjust(SqlDouble) | ||
Adjust(SqlGuid) | ||
Adjust(SqlInt16) | ||
Adjust(SqlInt32) | ||
Adjust(SqlInt64) | ||
Adjust(SqlMoney) | ||
Adjust(SqlSingle) | ||
Adjust(SqlString) | ||
Adjust(DateTime) | ||
Adjust(Decimal) | ||
Adjust(Double) | ||
Adjust(Guid) | ||
Adjust(Int16) | ||
Adjust(Int32) | ||
Adjust(Int64) | ||
Adjust(Object) | ||
Adjust(Single) | ||
Adjust(String) | ||
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.