Sql.SubString method

namespace: Serenity.Data   assemblySerenity.Net.Data

Creates a SUBSTRING() expression.

public static string SubString(string expression, int startIndex, int endIndex)
parameter description
expression The expression.
startIndex The start index.
endIndex The end index.

Exceptions

exception condition
ArgumentNullException expression

See Also