ColumnProvider.ToString Method

Definition

Returns the Name property.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Returns

The Name property, or the string representation of the object if the Name property is null.

Applies to