DesignTimeData.GetDataMembers(Object) 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.
Gets the names of the data members in the specified data source.
public:
static cli::array <System::String ^> ^ GetDataMembers(System::Object ^ dataSource);
public static string[] GetDataMembers (object dataSource);
static member GetDataMembers : obj -> string[]
Public Shared Function GetDataMembers (dataSource As Object) As String()
Parameters
- dataSource
- Object
The data source from which to retrieve the names of the members.
Returns
String[]
An array of type String
that contains the names of the data members in the specified data source.
Applies to
See also
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.