DataObjectSelector.SelectObjects Method (String, array<Object[], array<String )
Returns a data reader for the data objects retrieved from the object store, which are filtered by the specified restrictions and properties.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Function SelectObjects ( _
typeName As String, _
restrictions As Object(), _
properties As String() _
) As IVsDataReader
public IVsDataReader SelectObjects(
string typeName,
Object[] restrictions,
string[] properties
)
public:
virtual IVsDataReader^ SelectObjects(
String^ typeName,
array<Object^>^ restrictions,
array<String^>^ properties
) sealed
abstract SelectObjects :
typeName:string *
restrictions:Object[] *
properties:string[] -> IVsDataReader
override SelectObjects :
typeName:string *
restrictions:Object[] *
properties:string[] -> IVsDataReader
public final function SelectObjects(
typeName : String,
restrictions : Object[],
properties : String[]
) : IVsDataReader
Parameters
typeName
Type: System.StringThe data source–specific name of the specified type to retrieve data objects for.
restrictions
Type: array<System.Object[]The restrictions for filtering the data objects returned.
properties
Type: array<System.String[]Specify nulla null reference (Nothing in Visual Basic) because this is not used.
Return Value
Type: Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataReader
An IVsDataReader object representing a data reader for the selected data objects.
Implements
IVsDataObjectSelector.SelectObjects(String, array<Object[], array<String[])
Remarks
This method delegates the call to the SelectObjects method and passes null for the last parameter.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.