SqlCeResultSet Constructor
This member has a SecurityCriticalAttribute attribute, which restricts it to internal use by the .NET Framework for Silverlight class library. Application code that uses this member throws a MethodAccessException.
[SECURITY CRITICAL]
Do not use. To create a SqlCeResultSet, you must call the ExecuteResultSet(ResultSetOptions) method of the SqlCeCommand.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
<SecurityCriticalAttribute> _
Protected Sub New
'Usage
Dim instance As New SqlCeResultSet()
[SecurityCriticalAttribute]
protected SqlCeResultSet()
[SecurityCriticalAttribute]
protected:
SqlCeResultSet()
[<SecurityCriticalAttribute>]
new : unit -> SqlCeResultSet
protected function SqlCeResultSet()