Gets or sets a value that overrides the value of the Name property.

Namespace:  C1.Data.DataSource
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
[DefaultValueAttribute("")]
public string NameOverride { get; set; }
Visual Basic
<DefaultValueAttribute("")> _
Public Property NameOverride As String
	Get
	Set

See Also