OrderBy.Field Property
Gets or sets a string value that specifies the field by which to order results of a query. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Property Field As String
Get
Set
'Usage
Dim instance As OrderBy
Dim value As String
value = instance.Field
instance.Field = value
public string Field { get; set; }
public:
property String^ Field {
String^ get ();
void set (String^ value);
}
member Field : string with get, set
function get Field () : String
function set Field (value : String)
Property Value
Type: System.String
A string value that specifies the field by which to order results of a query.