SqlCeParameter Constructor
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Initializes a new instance of the SqlCeParameter class.
Overload List
Initializes a new instance of the SqlCeParameter class.
Supported only by the .NET Compact Framework.
[Visual Basic] Public Sub New()
[JScript] public function SqlCeParameter();
Initializes a new instance of the SqlCeParameter class with the parameter name and the value of the new SqlCeParameter.
Supported only by the .NET Compact Framework.
[Visual Basic] Public Sub New(String, Object)
Initializes a new instance of the SqlCeParameter class with the parameter name and data type.
Supported only by the .NET Compact Framework.
[Visual Basic] Public Sub New(String, SqlDbType)
[JScript] public function SqlCeParameter(String, SqlDbType);
Initializes a new instance of the SqlCeParameter class with the parameter name, data type, and length.
Supported only by the .NET Compact Framework.
[Visual Basic] Public Sub New(String, SqlDbType, Integer)
[JScript] public function SqlCeParameter(String, SqlDbType, int);
Initializes a new instance of the SqlCeParameter class with the parameter name, data type, length, and source column name.
Supported only by the .NET Compact Framework.
[Visual Basic] Public Sub New(String, SqlDbType, Integer, String)
[C++] public: SqlCeParameter(String*, SqlDbType, int, String*);
[JScript] public function SqlCeParameter(String, SqlDbType, int, String);
Initializes a new instance of the SqlCeParameter class with the parameter name, data type, length, source column name, parameter direction, numeric precision, and other properties. SQL Server CE only supports input parameters.
Supported only by the .NET Compact Framework.
[Visual Basic] Public Sub New(String, SqlDbType, Integer, Boolean, Byte, Byte, String, DataRowVersion, Object)
[C#] public SqlCeParameter(string, SqlDbType, int, bool, byte, byte, string, DataRowVersion, object);
See Also
SqlCeParameter Class | SqlCeParameter Members | System.Data.SqlServerCe Namespace
Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.