MySqlExpression<T>
Assembly: ServiceStack.OrmLite.MySql.dll
View Source
Declaration
public class MySqlExpression<T> : SqlExpression<T>, ISqlExpression, IHasUntypedSqlExpression, IHasDialectProvider
Methods
ToCast(String)
View Source
Declaration
protected override string ToCast(string quotedColName)
Returns
System.String
Parameters
Type | Name |
---|---|
System.String | quotedColName |
ToDeleteRowStatement()
View Source
Declaration
public override string ToDeleteRowStatement()
Returns
System.String
VisitColumnAccessMethod(MethodCallExpression)
View Source
Declaration
protected override object VisitColumnAccessMethod(MethodCallExpression m)
Returns
System.Object
Parameters
Type | Name |
---|---|
MethodCallExpression | m |
CreateInSubQuerySql(Object, String)
View Source
Declaration
protected override string CreateInSubQuerySql(object quotedColName, string subSelect)
Returns
System.String
Parameters
Type | Name |
---|---|
System.Object | quotedColName |
System.String | subSelect |