Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

DataSource..::..Name Property

Gets the name of the data source.

Namespace:  Tortuga.Chain.DataSources
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public Nullable<string> Name { get; set; }
Public Property Name As Nullable(Of String)
	Get
	Set
public:
property Nullable<String^> Name {
	Nullable<String^> get ();
	void set (Nullable<String^> value);
}

Field Value

The name of the data source.