StatementBuilder.AddProperty(String, String) Method

Definition

add property to the SELECT list with alias

public void AddProperty (string name, string value);
member this.AddProperty : string * string -> unit
Public Sub AddProperty (name As String, value As String)

Parameters

name
String
value
String

Applies to