Share via


TabularData.ToString Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Returns a string that represents the current object.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As TabularData 
Dim returnValue As String 

returnValue = instance.ToString()
public override string ToString()
public:
virtual String^ ToString() override
abstract ToString : unit -> string  
override ToString : unit -> string
public override function ToString() : String

Return Value

Type: System.String
A string that represents the current object.

See Also

Reference

TabularData Class

Microsoft.MasterDataServices.Services.DataContracts Namespace