DataObjectSelector.GetExpensiveProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetExpensiveProperties(String) |
Retrieves a list of expensive properties from the object store. |
GetExpensiveProperties(String, Object[]) |
Retrieves a list of expensive properties from the object store. |
GetExpensiveProperties(String)
Retrieves a list of expensive properties from the object store.
public:
virtual System::Collections::Generic::IList<System::String ^> ^ GetExpensiveProperties(System::String ^ typeName);
public System.Collections.Generic.IList<string> GetExpensiveProperties (string typeName);
abstract member GetExpensiveProperties : string -> System.Collections.Generic.IList<string>
override this.GetExpensiveProperties : string -> System.Collections.Generic.IList<string>
Public Function GetExpensiveProperties (typeName As String) As IList(Of String)
Parameters
- typeName
- String
The data source–specific type name for which to retrieve expensive properties.
Returns
A list of expensive properties for the specified type.
Implements
Applies to
GetExpensiveProperties(String, Object[])
Retrieves a list of expensive properties from the object store.
protected:
virtual System::Collections::Generic::IList<System::String ^> ^ GetExpensiveProperties(System::String ^ typeName, cli::array <System::Object ^> ^ parameters);
protected virtual System.Collections.Generic.IList<string> GetExpensiveProperties (string typeName, object[] parameters);
abstract member GetExpensiveProperties : string * obj[] -> System.Collections.Generic.IList<string>
override this.GetExpensiveProperties : string * obj[] -> System.Collections.Generic.IList<string>
Protected Overridable Function GetExpensiveProperties (typeName As String, parameters As Object()) As IList(Of String)
Parameters
- typeName
- String
The data source–specific type name for which to retrieve expensive properties.
- parameters
- Object[]
An array containing the parameters for the specified type.
Returns
A list of expensive properties for the specified type.
Exceptions
The typeName
parameter is null.
One or more values in parameters
are not valid.