Class Sql.SqlExtensionParam
Inheritance
System.Object
Sql.SqlExtensionParam
Assembly: linq2db.dll
Syntax
public class SqlExtensionParam : object
Constructors
|
Improve this Doc
View Source
SqlExtensionParam(Nullable<String>, Sql.SqlExtension)
Declaration
public SqlExtensionParam(string? name, Sql.SqlExtension extension)
Parameters
Type |
Name |
Description |
System.Nullable<System.String> |
name |
|
Sql.SqlExtension |
extension |
|
|
Improve this Doc
View Source
SqlExtensionParam(Nullable<String>, ISqlExpression)
Declaration
public SqlExtensionParam(string? name, ISqlExpression expression)
Parameters
Type |
Name |
Description |
System.Nullable<System.String> |
name |
|
ISqlExpression |
expression |
|
Properties
|
Improve this Doc
View Source
Expression
Declaration
public ISqlExpression Expression { get; set; }
Property Value
|
Improve this Doc
View Source
Extension
Declaration
public Sql.SqlExtension Extension { get; set; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public string? Name { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
Methods
|
Improve this Doc
View Source
ToDebugString()
Declaration
public string ToDebugString()
Returns
Type |
Description |
System.String |
|
Extension Methods