DataSetInfo.TableAdapterGetDataMethod Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the method that retrieves data of a table adapter.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property TableAdapterGetDataMethod As String
Get
Set
'Usage
Dim instance As DataSetInfo
Dim value As String
value = instance.TableAdapterGetDataMethod
instance.TableAdapterGetDataMethod = value
public string TableAdapterGetDataMethod { get; set; }
public:
property String^ TableAdapterGetDataMethod {
String^ get ();
void set (String^ value);
}
member TableAdapterGetDataMethod : string with get, set
function get TableAdapterGetDataMethod () : String
function set TableAdapterGetDataMethod (value : String)
Property Value
Type: System.String
The method that retrieves data of a table adapter.