Struct RawSqlString
A string representing a raw SQL query. This type enables overload resolution between
the regular and interpolated
Namespace: LinqToDB.Common
Assembly: linq2db.dll
Syntax
public struct RawSqlString
Constructors
| Improve this Doc View SourceRawSqlString(String)
Constructs a RawSqlString from a
Declaration
public RawSqlString(string s)
Parameters
Type | Name | Description |
---|---|---|
System.String | s | The string. |
Properties
| Improve this Doc View SourceFormat
The string format.
Declaration
public readonly string Format { get; }
Property Value
Type | Description |
---|---|
System.String |
Operators
| Improve this Doc View SourceImplicit(String to RawSqlString)
Implicitly converts a
Declaration
public static implicit operator RawSqlString(string s)
Parameters
Type | Name | Description |
---|---|---|
System.String | s | The string. |
Returns
Type | Description |
---|---|
RawSqlString |