DataSet.IsSharedDataSourceReference 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.
Indicates whether the current instance is a reference to a shared data source.
public:
bool IsSharedDataSourceReference();
public bool IsSharedDataSourceReference ();
member this.IsSharedDataSourceReference : unit -> bool
Public Function IsSharedDataSourceReference () As Boolean
Returns
true
if the current instance is a reference to a shared data source; otherwise, false
.