SqlCeParameter Class
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Represents a parameter to a SqlCeCommand and optionally, its mapping to a DataSet column. This class cannot be inherited.
For a list of all members of this type, see SqlCeParameter Members.
System.Object
System.MarshalByRefObject
System.Data.SqlServerCe.SqlCeParameter
NotInheritable Public Class SqlCeParameter
Inherits MarshalByRefObject
Implements IDbDataParameter, IDataParameter, ICloneable
[C#]
public sealed class SqlCeParameter : MarshalByRefObject,
IDbDataParameter, IDataParameter, ICloneable
[C++]
public __gc __sealed class SqlCeParameter : public
MarshalByRefObject, IDbDataParameter, IDataParameter, ICloneable
[JScript]
public class SqlCeParameter extends MarshalByRefObject implements
IDbDataParameter, IDataParameter, ICloneable
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
Parameter names are not case sensitive.
Requirements
Namespace: System.Data.SqlServerCe
Platforms: .NET Compact Framework
Assembly: System.Data.Sqlserverce (in System.Data.Sqlserverce.dll)