Gets the name of the source data provider.
Namespace: Composite.DataAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public string SourceProviderName { get; private set; } |
Visual Basic |
---|
Public Property SourceProviderName As String Get Private Set |
Visual C++ |
---|
public: property String^ SourceProviderName { String^ get (); private: void set (String^ value); } |