DataBoundGenerator.SelectStatement Property

Gets or sets the select statement.

Namespace:  Microsoft.Data.Schema.Generators.Sql
Assembly:  Microsoft.Data.Schema.Generators.Sql (in Microsoft.Data.Schema.Generators.Sql.dll)

Syntax

'Declaration
<InputAttribute> _
Public Property SelectStatement As String
    Get
    Set
'Usage
Dim instance As DataBoundGenerator
Dim value As String

value = instance.SelectStatement

instance.SelectStatement = value
[InputAttribute]
public string SelectStatement { get; set; }
[InputAttribute]
public:
property String^ SelectStatement {
    String^ get ();
    void set (String^ value);
}
function get SelectStatement () : String
function set SelectStatement (value : String)
[<InputAttribute>]
member SelectStatement : string with get, set

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

DataBoundGenerator Class

DataBoundGenerator Members

Microsoft.Data.Schema.Generators.Sql Namespace