Class DatabaseFunction
Inheritance
System.Object
DatabaseFunction
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.FormulaParsing.Excel.Functions.Database
Assembly: EPPlus.dll
Syntax
public abstract class DatabaseFunction : ExcelFunction
Constructors
DatabaseFunction()
Declaration
public DatabaseFunction()
DatabaseFunction(RowMatcher)
Declaration
public DatabaseFunction(RowMatcher rowMatcher)
Parameters
Type | Name | Description |
---|---|---|
RowMatcher | rowMatcher |
Properties
RowMatcher
Declaration
protected RowMatcher RowMatcher { get; }
Property Value
Type | Description |
---|---|
RowMatcher |
Methods
GetMatchingValues(IEnumerable<FunctionArgument>, ParsingContext)
Declaration
protected IEnumerable<double> GetMatchingValues(IEnumerable<FunctionArgument> arguments, ParsingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<FunctionArgument> | arguments | |
ParsingContext | context |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Double> |