Share via


SqlMetaData Members

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.

The SqlMetaData type exposes the following members.

Constructors

  Name Description
Public method SqlMetaData(String, SqlDbType)
Public method SqlMetaData(String, SqlDbType, Int64)
Public method SqlMetaData(String, SqlDbType, Byte, Byte)
Public method SqlMetaData(String, SqlDbType, Int64, Int64, SqlCompareOptions)
Public method SqlMetaData(String, SqlDbType, Int64, Byte, Byte, Int64, SqlCompareOptions, Type)

Top

Methods

  Name Description
Public method Adjust(Boolean)
Public method Adjust(Byte)
Public method Adjust(array<Byte> [] () [] [])
Public method Adjust(Char)
Public method Adjust(array<Char> [] () [] [])
Public method Adjust(SqlBinary)
Public method Adjust(SqlBoolean)
Public method Adjust(SqlByte)
Public method Adjust(SqlBytes)
Public method Adjust(SqlChars)
Public method Adjust(SqlDateTime)
Public method Adjust(SqlDecimal)
Public method Adjust(SqlDouble)
Public method Adjust(SqlGuid)
Public method Adjust(SqlInt16)
Public method Adjust(SqlInt32)
Public method Adjust(SqlInt64)
Public method Adjust(SqlMoney)
Public method Adjust(SqlSingle)
Public method Adjust(SqlString)
Public method Adjust(DateTime)
Public method Adjust(Decimal)
Public method Adjust(Double)
Public method Adjust(Guid)
Public method Adjust(Int16)
Public method Adjust(Int32)
Public method Adjust(Int64)
Public method Adjust(Object)
Public method Adjust(Single)
Public method Adjust(String)
Public method Equals(Object) (inherited from Object)
Protected method Finalize() () () () (inherited from Object)
Public method GetHashCode() () () () (inherited from Object)
Public method GetType() () () () (inherited from Object)
Protected method MemberwiseClone() () () () (inherited from Object)
Public method ToString() () () () (inherited from Object)

Top

Properties

  Name Description
Public property CompareOptions Infrastructure.
Public property DbType Infrastructure.
Public property LocaleId Infrastructure.
Public propertyStatic member Max Infrastructure.
Public property MaxLength Infrastructure.
Public property Name Infrastructure.
Public property Precision Infrastructure.
Public property Scale Infrastructure.
Public property SqlDbType Infrastructure.
Public property TypeName Infrastructure.

Top

See Also

Reference

SqlMetaData Class

System.Data.SqlServerCe Namespace