DbSkipExpression Classe
Definição
Ignora um número especificado de elementos no conjunto de entrada.Skips a specified number of elements in the input set. DbSkipExpression só pode ser usado depois que a coleção de entrada foi classificada conforme especificado pelas chaves de classificação.DbSkipExpression can only be used after the input collection has been sorted as specified by the sort keys.
public ref class DbSkipExpression sealed : System::Data::Common::CommandTrees::DbExpression
public sealed class DbSkipExpression : System.Data.Common.CommandTrees.DbExpression
type DbSkipExpression = class
inherit DbExpression
Public NotInheritable Class DbSkipExpression
Inherits DbExpression
- Herança
Comentários
DbSkipExpression requer que sua coleção de entrada já tenha sido classificada.DbSkipExpression requires its input collection to have already been sorted. A ordem de classificação é representada como a SortOrder propriedade.The sort order is represented as the SortOrder property. SortOrder é uma lista de DbSortClause objetos.SortOrder is a list of DbSortClause objects.
Propriedades
| Count |
Obtém ou define uma expressão que especifica o número de elementos da coleção de entrada a ignorar.Gets or sets an expression that specifies the number of elements to skip from the input collection. |
| ExpressionKind |
Obtém o tipo da expressão, que indica a operação dessa expressão.Gets the kind of the expression, which indicates the operation of this expression. (Herdado de DbExpression) |
| Input |
Obtém o DbExpressionBinding que especifica o conjunto de entrada.Gets the DbExpressionBinding that specifies the input set. |
| ResultType |
Obtém os metadados de tipo para o tipo de resultado da expressão.Gets the type metadata for the result type of the expression. (Herdado de DbExpression) |
| SortOrder |
Obtém uma lista de DbSortClause que define a ordem de classificação.Gets a DbSortClause list that defines the sort order. |
Métodos
| Accept(DbExpressionVisitor) |
Implementa o padrão de visitante para expressões que não produzem um valor de resultado.Implements the visitor pattern for expressions that do not produce a result value. |
| Accept<TResultType>(DbExpressionVisitor<TResultType>) |
Implementa o padrão de visitante para expressões que produzem um valor de resultado de um tipo específico.Implements the visitor pattern for expressions that produce a result value of a specific type. |
| Equals(Object) |
Determina se o Object especificado é igual à instância de DbExpression atual.Determines whether the specified Object is equal to the current DbExpression instance. (Herdado de DbExpression) |
| GetHashCode() |
Serve como uma função de hash para o tipo.Serves as a hash function for the type. (Herdado de DbExpression) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |
Métodos de Extensão
| All(DbExpression, Func<DbExpression,DbExpression>) |
Cria uma nova DbQuantifierExpression que determina se o predicado em questão mantém todos os elementos do conjunto de entrada.Creates a new DbQuantifierExpression that determines whether the given predicate holds for all elements of the input set. |
| And(DbExpression, DbExpression) |
Cria uma DbAndExpression que executa a AND lógica dos argumentos left e right.Creates an DbAndExpression that performs the logical And of the left and right arguments. |
| Any(DbExpression) |
Cria uma nova DbExpression que determina se o argumento de conjunto especificado é não vazio.Creates a new DbExpression that determines whether the specified set argument is non-empty. |
| Any(DbExpression, Func<DbExpression,DbExpression>) |
Cria uma nova DbQuantifierExpression que determina se o predicado em questão mantém algum elemento do conjunto de entrada.Creates a new DbQuantifierExpression that determines whether the given predicate holds for any element of the input set. |
| As(DbExpression, String) |
Retorna os argumentos especificados como um objeto do par chave-valor.Returns the specified arguments as a key/value pair object. |
| Bind(DbExpression) |
Cria uma nova DbExpressionBinding que usa um nome de variável gerado para associar a expressão fornecida.Creates a new DbExpressionBinding that uses a generated variable name to bind the given expression. |
| BindAs(DbExpression, String) |
Cria uma nova DbExpressionBinding que usa o nome de variável especificado para associar a expressão fornecida.Creates a new DbExpressionBinding that uses the specified variable name to bind the given expression. |
| CastTo(DbExpression, TypeUsage) |
Cria uma nova DbCastExpression que aplica uma operação de conversão a um argumento polimórfico.Creates a new DbCastExpression that applies a cast operation to a polymorphic argument. |
| CrossApply(DbExpression, Func<DbExpression,KeyValuePair<String,DbExpression>>) |
Cria uma nova DbApplyExpression que avalia a expressão |
| Deref(DbExpression) |
Cria uma nova DbDerefExpression que recupera uma entidade específica com base em uma expressão de referência fornecida.Creates a new DbDerefExpression that retrieves a specific Entity given a reference expression. |
| Distinct(DbExpression) |
Cria uma nova DbDistinctExpression que remove duplicatas do argumento de conjunto fornecido.Creates a new DbDistinctExpression that removes duplicates from the given set argument. |
| Divide(DbExpression, DbExpression) |
Cria uma nova DbArithmeticExpression que divide o argumento left pelo argumento right.Creates a new DbArithmeticExpression that divides the left argument by the right argument. |
| Element(DbExpression) |
Cria uma nova DbElementExpression que converte um conjunto em um singleton.Creates a new DbElementExpression that converts a set into a singleton. |
| Equal(DbExpression, DbExpression) |
Cria uma nova DbComparisonExpression que compara os argumentos left e right quanto à igualdade.Creates a new DbComparisonExpression that compares the left and right arguments for equality. |
| Except(DbExpression, DbExpression) |
Cria uma nova DbExceptExpression que calcula a subtração do argumento de conjunto right do argumento de conjunto left.Creates a new DbExceptExpression that computes the subtraction of the right set argument from the left set argument. |
| Exists(DbExpression) |
Cria uma nova DbExpression que determina se o argumento de conjunto especificado é não vazio.Creates a new DbExpression that determines whether the specified set argument is non-empty. |
| FullOuterJoin(DbExpression, DbExpression, Func<DbExpression,DbExpression,DbExpression>) |
Cria uma nova DbJoinExpression que une os conjuntos especificados pelas expressões left e right, na condição de junção especificada, usando FullOuterJoin como o DbExpressionKind.Creates a new DbJoinExpression that joins the sets specified by the left and right expressions, on the specified join condition, using FullOuterJoin as the DbExpressionKind. |
| GetEntityRef(DbExpression) |
Cria uma nova DbEntityRefExpression que recupera a referência da entidade especificada no formulário estrutural.Creates a new DbEntityRefExpression that retrieves the ref of the specified entity in structural form. |
| GetRefKey(DbExpression) |
Cria uma nova DbRefKeyExpression que recupera os valores de chave da referência especificada de forma estrutural.Creates a new DbRefKeyExpression that retrieves the key values of the specified reference in structural form. |
| GreaterThan(DbExpression, DbExpression) |
Cria uma nova DbComparisonExpression que determina se o argumento left é maior que o argumento right.Creates a new DbComparisonExpression that determines whether the left argument is greater than the right argument. |
| GreaterThanOrEqual(DbExpression, DbExpression) |
Cria uma nova DbComparisonExpression que determina se o argumento left é maior ou igual ao argumento right.Creates a new DbComparisonExpression that determines whether the left argument is greater than or equal to the right argument. |
| GroupBind(DbExpression) |
Cria uma nova associação de expressão de grupo que usa a variável gerada e nomes de variáveis de grupo para associar à expressão fornecida.Creates a new group expression binding that uses generated variable and group variable names to bind the given expression. |
| GroupBindAs(DbExpression, String, String) |
Cria uma nova DbGroupExpressionBinding que usa o nome de variável e os nomes de variáveis de grupo especificados para associar a expressão fornecida.Creates a new DbGroupExpressionBinding that uses the specified variable name and group variable names to bind the given expression. |
| InnerJoin(DbExpression, DbExpression, Func<DbExpression,DbExpression,DbExpression>) |
Cria uma nova DbJoinExpression que une os conjuntos especificados pelas expressões left e right, na condição de junção especificada, usando InnerJoin como o DbExpressionKind.Creates a new DbJoinExpression that joins the sets specified by the left and right expressions, on the specified join condition, using InnerJoin as the DbExpressionKind. |
| Intersect(DbExpression, DbExpression) |
Cria uma nova DbIntersectExpression que calcula a interseção dos argumentos de conjunto left e right.Creates a new DbIntersectExpression that computes the intersection of the left and right set arguments. |
| IsEmpty(DbExpression) |
Cria uma nova DbIsEmptyExpression que determina se o argumento de conjunto especificado é um conjunto vazio.Creates a new DbIsEmptyExpression that determines whether the specified set argument is an empty set. |
| IsNull(DbExpression) |
Cria uma nova DbIsNullExpression que determina se o argumento especificado é nulo.Creates a new DbIsNullExpression that determines whether the specified argument is null. |
| IsOf(DbExpression, TypeUsage) |
Cria uma nova DbIsOfExpression que determina se o argumento fornecido é do tipo especificado ou um de seus subtipos.Creates a new DbIsOfExpression that determines whether the given argument is of the specified type or a subtype. |
| IsOfOnly(DbExpression, TypeUsage) |
Cria uma nova expressão DbIsOfExpression que determina se o argumento fornecido é somente do tipo especificado (e não um subtipo).Creates a new DbIsOfExpression expression that determines whether the given argument is of the specified type, and only that type (not a subtype). |
| Join(DbExpression, DbExpression, Func<DbExpression,DbExpression>, Func<DbExpression,DbExpression>) |
Cria uma nova DbJoinExpression que une os conjuntos especificados pelas expressões inner e outer, reunidas em uma condição de igualdade entre as chaves inner e outer especificadas usando InnerJoin como o DbExpressionKind.Creates a new DbJoinExpression that joins the sets specified by the outer and inner expressions, on an equality condition between the specified outer and inner keys, using InnerJoin as the DbExpressionKind. |
| Join<TSelector>(DbExpression, DbExpression, Func<DbExpression,DbExpression>, Func<DbExpression,DbExpression>, Func<DbExpression,DbExpression,TSelector>) |
Cria um novo DbProjectExpression que projeta o seletor especificado nos conjuntos especificados pelas expressões externas e internas, reunidas em uma condição de igualdade entre as chaves externas e internas especificadas usando InnerJoin como o DbExpressionKind.Creates a new DbProjectExpression that projects the specified selector over the sets specified by the outer and inner expressions, joined on an equality condition between the specified outer and inner keys, using InnerJoin as the DbExpressionKind. |
| LeftOuterJoin(DbExpression, DbExpression, Func<DbExpression,DbExpression,DbExpression>) |
Cria uma nova DbJoinExpression que une os conjuntos especificados pelas expressões left e right, na condição de junção especificada, usando LeftOuterJoin como o DbExpressionKind.Creates a new DbJoinExpression that joins the sets specified by the left and right expressions, on the specified join condition, using LeftOuterJoin as the DbExpressionKind. |
| LessThan(DbExpression, DbExpression) |
Cria uma nova DbComparisonExpression que determina se o argumento left é menor que o argumento right.Creates a new DbComparisonExpression that determines whether the left argument is less than the right argument. |
| LessThanOrEqual(DbExpression, DbExpression) |
Cria uma nova DbComparisonExpression que determina se o argumento left é menor ou igual ao argumento right.Creates a new DbComparisonExpression that determines whether the left argument is less than or equal to the right argument. |
| Like(DbExpression, DbExpression) |
Cria uma nova DbLikeExpression que compara a cadeia de caracteres de entrada especificada ao padrão fornecido.Creates a new DbLikeExpression that compares the specified input string to the given pattern. |
| Like(DbExpression, DbExpression, DbExpression) |
Cria uma nova DbLikeExpression que compara a cadeia de caracteres de entrada especificada usando o escape opcional.Creates a new DbLikeExpression that compares the specified input string to the given pattern using the optional escape. |
| Limit(DbExpression, DbExpression) |
Cria uma nova DbLimitExpression que restringe o número de elementos na coleção de argumentos para o valor do limite da contagem especificada.Creates a new DbLimitExpression that restricts the number of elements in the Argument collection to the specified count Limit value. Resultados vinculados não são incluídos na saída.Tied results are not included in the output. |
| Minus(DbExpression, DbExpression) |
Cria uma nova DbArithmeticExpression que subtrai o argumento right do argumento left.Creates a new DbArithmeticExpression that subtracts the right argument from the left argument. |
| Modulo(DbExpression, DbExpression) |
Cria uma nova DbArithmeticExpression que calcula o restante do argumento left dividido pelo argumento right.Creates a new DbArithmeticExpression that computes the remainder of the left argument divided by the right argument. |
| Multiply(DbExpression, DbExpression) |
Cria uma nova DbArithmeticExpression que multiplica o argumento left pelo argumento right.Creates a new DbArithmeticExpression that multiplies the left argument by the right argument. |
| Navigate(DbExpression, RelationshipEndMember, RelationshipEndMember) |
Cria uma nova DbRelationshipNavigationExpression que representa o painel de navegação de uma relação de composição ou de associação.Creates a new DbRelationshipNavigationExpression representing the navigation of a composition or association relationship. |
| Negate(DbExpression) |
Cria uma nova DbArithmeticExpression que nega o valor do argumento.Creates a new DbArithmeticExpression that negates the value of the argument. |
| Not(DbExpression) |
Cria um DbNotExpression que executa a negação lógica do argumento fornecido.Creates a DbNotExpression that performs the logical negation of the given argument. |
| NotEqual(DbExpression, DbExpression) |
Cria uma nova DbComparisonExpression que compara os argumentos left e right quanto à desigualdade.Creates a new DbComparisonExpression that compares the left and right arguments for inequality. |
| OfType(DbExpression, TypeUsage) |
Cria uma nova DbOfTypeExpression que produz um conjunto que consiste dos elementos do conjunto de entrada fornecido que são do tipo especificado.Creates a new DbOfTypeExpression that produces a set consisting of the elements of the given input set that are of the specified type. |
| OfTypeOnly(DbExpression, TypeUsage) |
Cria uma nova DbOfTypeExpression que produz um conjunto que consiste dos elementos do conjunto de entrada fornecido que são exatamente do tipo especificado.Creates a new DbOfTypeExpression that produces a set consisting of the elements of the given input set that are of exactly the specified type. |
| Or(DbExpression, DbExpression) |
Cria uma DbOrExpression que executa a Or lógica dos argumentos left e right.Creates an DbOrExpression that performs the logical Or of the left and right arguments. |
| OrderBy(DbExpression, Func<DbExpression,DbExpression>) |
Cria uma nova DbSortExpression que classifica o conjunto de entrada fornecido pela chave de classificação especificada, com ordem de classificação crescente e ordenação padrão.Creates a new DbSortExpression that sorts the given input set by the specified sort key, with ascending sort order and default collation. |
| OrderBy(DbExpression, Func<DbExpression,DbExpression>, String) |
Cria uma nova DbSortExpression que classifica o conjunto de entrada fornecido pela chave de classificação especificada, com ordem de classificação crescente e a ordenação especificada.Creates a new DbSortExpression that sorts the given input set by the specified sort key, with ascending sort order and the specified collation. |
| OrderByDescending(DbExpression, Func<DbExpression,DbExpression>) |
Cria uma nova DbSortExpression que classifica o conjunto de entrada fornecido pela chave de classificação especificada, com ordem de classificação decrescente e ordenação padrão.Creates a new DbSortExpression that sorts the given input set by the specified sort key, with descending sort order and default collation. |
| OrderByDescending(DbExpression, Func<DbExpression,DbExpression>, String) |
Cria uma nova DbSortExpression que classifica o conjunto de entrada fornecido pela chave de classificação especificada, com ordem de classificação decrescente e a ordenação especificada.Creates a new DbSortExpression that sorts the given input set by the specified sort key, with descending sort order and the specified collation. |
| OuterApply(DbExpression, Func<DbExpression,KeyValuePair<String,DbExpression>>) |
Cria uma nova DbApplyExpression que avalia a expressão |
| Plus(DbExpression, DbExpression) |
Cria uma nova DbArithmeticExpression que adiciona o argumento left ao argumento right.Creates a new DbArithmeticExpression that adds the left argument to the right argument. |
| Property(DbExpression, EdmProperty) |
Cria uma nova DbPropertyExpression que representa a recuperação da propriedade especificada.Creates a new DbPropertyExpression representing the retrieval of the specified property. |
| Property(DbExpression, NavigationProperty) |
Cria uma nova DbPropertyExpression que representa a recuperação da propriedade de navegação especificada.Creates a new DbPropertyExpression representing the retrieval of the specified navigation property. |
| Property(DbExpression, RelationshipEndMember) |
Cria uma nova DbPropertyExpression que representa a recuperação do membro de extremidade da relação especificado.Creates a new DbPropertyExpression representing the retrieval of the specified relationship end member. |
| Property(DbExpression, String) |
Cria uma nova DbPropertyExpression que representa a recuperação de propriedade da instância com o nome especificado da instância fornecida.Creates a new DbPropertyExpression representing the retrieval of the instance property with the specified name from the given instance. |
| Select<TProjection>(DbExpression, Func<DbExpression,TProjection>) |
Cria uma nova DbProjectExpression que seleciona a expressão especificada no conjunto de entrada fornecido.Creates a new DbProjectExpression that selects the specified expression over the given input set. |
| SelectMany(DbExpression, Func<DbExpression,DbExpression>) |
Cria uma nova DbApplyExpression que avalia a expressão |
| SelectMany<TSelector>(DbExpression, Func<DbExpression,DbExpression>, Func<DbExpression,DbExpression,TSelector>) |
Cria uma nova DbApplyExpression que avalia a expressão |
| Take(DbExpression, DbExpression) |
Cria uma nova DbLimitExpression que restringe o número de elementos na coleção de argumentos para o valor do limite da contagem especificada.Creates a new DbLimitExpression that restricts the number of elements in the Argument collection to the specified count Limit value. Resultados vinculados não são incluídos na saída.Tied results are not included in the output. |
| ToSortClause(DbExpression) |
Cria uma nova DbSortClause com ordem de classificação crescente e ordenação padrão.Creates a new DbSortClause with an ascending sort order and default collation. |
| ToSortClause(DbExpression, String) |
Cria uma nova DbSortClause com uma ordem de classificação crescente e ordenação padrão.Creates a new DbSortClause with an ascending sort order and the specified collation. |
| ToSortClauseDescending(DbExpression) |
Cria uma nova DbSortClause com ordem de classificação decrescente e ordenação padrão.Creates a new DbSortClause with a descending sort order and default collation. |
| ToSortClauseDescending(DbExpression, String) |
Cria uma nova DbSortClause com ordem de classificação decrescente e ordenação especificado.Creates a new DbSortClause with a descending sort order and the specified collation. |
| TreatAs(DbExpression, TypeUsage) |
Cria um novo DbTreatExpression.Creates a new DbTreatExpression. |
| UnaryMinus(DbExpression) |
Cria uma nova DbArithmeticExpression que nega o valor do argumento.Creates a new DbArithmeticExpression that negates the value of the argument. |
| Union(DbExpression, DbExpression) |
Cria uma nova DbExpression que calcula a união dos argumentos de conjunto left e right, removendo as duplicatas.Creates a new DbExpression that computes the union of the left and right set arguments with duplicates removed. |
| UnionAll(DbExpression, DbExpression) |
Cria uma nova DbUnionAllExpression que calcula a união dos argumentos de conjunto left e right e não remove as duplicatas.Creates a new DbUnionAllExpression that computes the union of the left and right set arguments and does not remove duplicates. |
| Where(DbExpression, Func<DbExpression,DbExpression>) |
Cria uma nova DbFilterExpression que filtra os elementos no conjunto de entrada fornecido usando o predicado especificado.Creates a new DbFilterExpression that filters the elements in the given input set using the specified predicate. |
| Abs(DbExpression) |
Cria um DbFunctionExpression que invoca a função 'Abs' canônica com o argumento especificado, que cada um deve ter um tipo de resultado numérico.Creates a DbFunctionExpression that invokes the canonical 'Abs' function with the specified argument, which must each have a numeric result type. O tipo de resultado da expressão é o mesmo que o tipo de resultado do valor.The result type of the expression is the same as the result type of value. |
| AddDays(DbExpression, DbExpression) |
Cria um DbFunctionExpression que invoca a função 'AddDays' canônica com os argumentos especificados, que deve ter os tipos de resultado de inteiro e DateTime ou DateTimeOffset.Creates a DbFunctionExpression that invokes the canonical 'AddDays' function with the specified arguments, which must have DateTime or DateTimeOffset and integer result types. O tipo de resultado da expressão é igual ao tipo de resultado de DateValue.The result type of the expression is the same as the result type of dateValue. |
| AddHours(DbExpression, DbExpression) |
Cria um DbFunctionExpression que invoca a função 'AddHours' canônica com os argumentos especificados, que deve ter os tipos de resultado de inteiro e DateTime, DateTimeOffset ou Time.Creates a DbFunctionExpression that invokes the canonical 'AddHours' function with the specified arguments, which must have DateTime, DateTimeOffset or Time, and integer result types. O tipo de resultado da expressão é o mesmo que o tipo de resultado de TimeValue.The result type of the expression is the same as the result type of timeValue. |
| AddMicroseconds(DbExpression, DbExpression) |
Cria um DbFunctionExpression que invoca a função 'AddMicroseconds' canônica com os argumentos especificados, que deve ter os tipos de resultado de inteiro e DateTime, DateTimeOffset ou Time.Creates a DbFunctionExpression that invokes the canonical 'AddMicroseconds' function with the specified arguments, which must have DateTime, DateTimeOffset or Time, and integer result types. O tipo de resultado da expressão é o mesmo que o tipo de resultado de TimeValue.The result type of the expression is the same as the result type of timeValue. |
| AddMilliseconds(DbExpression, DbExpression) |
Cria um DbFunctionExpression que invoca a função 'AddMilliseconds' canônica com os argumentos especificados, que deve ter os tipos de resultado de inteiro e DateTime, DateTimeOffset ou Time.Creates a DbFunctionExpression that invokes the canonical 'AddMilliseconds' function with the specified arguments, which must have DateTime, DateTimeOffset or Time, and integer result types. O tipo de resultado da expressão é o mesmo que o tipo de resultado de TimeValue.The result type of the expression is the same as the result type of timeValue. |
| AddMinutes(DbExpression, DbExpression) |
Cria um DbFunctionExpression que invoca a função 'AddMinutes' canônica com os argumentos especificados, que deve ter os tipos de resultado de inteiro e DateTime, DateTimeOffset ou Time.Creates a DbFunctionExpression that invokes the canonical 'AddMinutes' function with the specified arguments, which must have DateTime, DateTimeOffset or Time, and integer result types. O tipo de resultado da expressão é o mesmo que o tipo de resultado de TimeValue.The result type of the expression is the same as the result type of timeValue. |
| AddMonths(DbExpression, DbExpression) |
Cria um DbFunctionExpression que invoca a função 'AddMonths' canônica com os argumentos especificados, que deve ter os tipos de resultado de inteiro e DateTime ou DateTimeOffset.Creates a DbFunctionExpression that invokes the canonical 'AddMonths' function with the specified arguments, which must have DateTime or DateTimeOffset and integer result types. O tipo de resultado da expressão é igual ao tipo de resultado de DateValue.The result type of the expression is the same as the result type of dateValue. |
| AddNanoseconds(DbExpression, DbExpression) |
Cria um DbFunctionExpression que invoca a função 'AddNanoseconds' canônica com os argumentos especificados, que deve ter os tipos de resultado de inteiro e DateTime, DateTimeOffset ou Time.Creates a DbFunctionExpression that invokes the canonical 'AddNanoseconds' function with the specified arguments, which must have DateTime, DateTimeOffset or Time, and integer result types. O tipo de resultado da expressão é o mesmo que o tipo de resultado de TimeValue.The result type of the expression is the same as the result type of timeValue. |
| AddSeconds(DbExpression, DbExpression) |
Cria um DbFunctionExpression que invoca a função 'AddSeconds' canônica com os argumentos especificados, que deve ter os tipos de resultado de inteiro e DateTime, DateTimeOffset ou Time.Creates a DbFunctionExpression that invokes the canonical 'AddSeconds' function with the specified arguments, which must have DateTime, DateTimeOffset or Time, and integer result types. O tipo de resultado da expressão é o mesmo que o tipo de resultado de TimeValue.The result type of the expression is the same as the result type of timeValue. |
| AddYears(DbExpression, DbExpression) |
Cria um DbFunctionExpression que invoca a função 'AddYears' canônica com os argumentos especificados, que deve ter os tipos de resultado de inteiro e DateTime ou DateTimeOffset.Creates a DbFunctionExpression that invokes the canonical 'AddYears' function with the specified arguments, which must have DateTime or DateTimeOffset and integer result types. O tipo de resultado da expressão é igual ao tipo de resultado de DateValue.The result type of the expression is the same as the result type of dateValue. |
| Average(DbExpression) |
Cria um DbFunctionExpression que invoca a função 'Avg' canônica na coleção especificada.Creates a DbFunctionExpression that invokes the canonical 'Avg' function over the specified collection. O tipo de resultado da expressão é o mesmo que o tipo de elemento da coleção.The result type of the expression is the same as the element type of the collection. |
| BitwiseAnd(DbExpression, DbExpression) |
Cria um DbFunctionExpression que invoca a função 'BitwiseAnd' canônica com os argumentos especificados, que deve ter o mesmo tipo de resultado numérico inteiro.Creates a DbFunctionExpression that invokes the canonical 'BitwiseAnd' function with the specified arguments, which must have the same integer numeric result type. O tipo de resultado da expressão é o mesmo que o tipo dos argumentos.The result type of the expression is the same as the type of the arguments. |
| BitwiseNot(DbExpression) |
Cria um DbFunctionExpression que invoca a função 'BitwiseNot' canônica com o argumento especificado, que deve ter um tipo de resultado numérico inteiro.Creates a DbFunctionExpression that invokes the canonical 'BitwiseNot' function with the specified argument, which must have an integer numeric result type. O tipo de resultado da expressão é o mesmo que o tipo dos argumentos.The result type of the expression is the same as the type of the arguments. |
| BitwiseOr(DbExpression, DbExpression) |
Cria um DbFunctionExpression que invoca a função 'BitwiseOr' canônica com os argumentos especificados, que deve ter o mesmo tipo de resultado numérico inteiro.Creates a DbFunctionExpression that invokes the canonical 'BitwiseOr' function with the specified arguments, which must have the same integer numeric result type. O tipo de resultado da expressão é o mesmo que o tipo dos argumentos.The result type of the expression is the same as the type of the arguments. |
| BitwiseXor(DbExpression, DbExpression) |
Cria um DbFunctionExpression que invoca a função 'BitwiseXor' canônica com os argumentos especificados, que deve ter o mesmo tipo de resultado numérico inteiro.Creates a DbFunctionExpression that invokes the canonical 'BitwiseXor' function with the specified arguments, which must have the same integer numeric result type. O tipo de resultado da expressão é o mesmo que o tipo dos argumentos.The result type of the expression is the same as the type of the arguments. |
| Ceiling(DbExpression) |
Cria um DbFunctionExpression que invoca a função 'Ceiling' canônica com o argumento especificado, que cada um deve ter um tipo de resultado simples, duplo ou decimal.Creates a DbFunctionExpression that invokes the canonical 'Ceiling' function with the specified argument, which must each have a single, double or decimal result type. O tipo de resultado da expressão é o mesmo que o tipo de resultado do valor.The result type of the expression is the same as the result type of value. |
| Concat(DbExpression, DbExpression) |
Cria um DbFunctionExpression que invoca a função 'Concat' canônica com o argumento especificado, que cada um deve ter um tipo de resultado de cadeia de caracteres.Creates a DbFunctionExpression that invokes the canonical 'Concat' function with the specified arguments, which must each have a string result type. O tipo de resultado da expressão é uma cadeia de caracteres.The result type of the expression is string. |
| Contains(DbExpression, DbExpression) |
Cria um DbFunctionExpression que invoca a função 'Contains' canônica com o argumento especificado, que cada um deve ter um tipo de resultado de cadeia de caracteres.Creates a DbFunctionExpression that invokes the canonical 'Contains' function with the specified arguments, which must each have a string result type. O tipo de resultado da expressão é um booliano.The result type of the expression is Boolean. |
| Count(DbExpression) |
Cria um DbFunctionExpression que invoca a função 'Count' canônica na coleção especificada.Creates a DbFunctionExpression that invokes the canonical 'Count' function over the specified collection. O tipo de resultado da expressão é Edm.Int32.The result type of the expression is Edm.Int32. |
| Day(DbExpression) |
Cria um DbFunctionExpression que invoca a função 'Day' canônica com o argumento especificado, que deve ter um tipo de resultado DateTime ou DateTimeOffset.Creates a DbFunctionExpression that invokes the canonical 'Day' function with the specified argument, which must have a DateTime or DateTimeOffset result type. O tipo de resultado da expressão é Edm.Int32.The result type of the expression is Edm.Int32. |
| DayOfYear(DbExpression) |
Cria um DbFunctionExpression que invoca a função 'DayOfYear' canônica com o argumento especificado, que deve ter um tipo de resultado DateTime ou DateTimeOffset.Creates a DbFunctionExpression that invokes the canonical 'DayOfYear' function with the specified argument, which must have a DateTime or DateTimeOffset result type. O tipo de resultado da expressão é Edm.Int32.The result type of the expression is Edm.Int32. |
| DiffDays(DbExpression, DbExpression) |
Cria um DbFunctionExpression que invoca a função 'DiffDays' canônica com os argumentos especificados, que cada um deve ter um tipo de resultado de DateTime ou DateTimeOffset.Creates a DbFunctionExpression that invokes the canonical 'DiffDays' function with the specified arguments, which must each have DateTime or DateTimeOffset result type. O tipo de resultado da expressão é Edm.Int32.The result type of the expression is Edm.Int32. |
| DiffHours(DbExpression, DbExpression) |
Cria um DbFunctionExpression que invoca a função 'DiffHours' canônica com os argumentos especificados, que cada um deve ter um tipo de resultado de DateTime, DateTimeOffset ou Time.Creates a DbFunctionExpression that invokes the canonical 'DiffHours' function with the specified arguments, which must each have DateTime, DateTimeOffset or Time result type. O tipo de resultado da expressão é Edm.Int32.The result type of the expression is Edm.Int32. |
| DiffMicroseconds(DbExpression, DbExpression) |
Cria um DbFunctionExpression que invoca a função 'DiffMicroseconds' canônica com os argumentos especificados, que cada um deve ter um tipo de resultado de DateTime, DateTimeOffset ou Time.Creates a DbFunctionExpression that invokes the canonical 'DiffMicroseconds' function with the specified arguments, which must each have DateTime, DateTimeOffset or Time result type. O tipo de resultado da expressão é Edm.Int32.The result type of the expression is Edm.Int32. |
| DiffMilliseconds(DbExpression, DbExpression) |
Cria um DbFunctionExpression que invoca a função 'DiffMilliseconds' canônica com os argumentos especificados, que cada um deve ter um tipo de resultado de DateTime, DateTimeOffset ou Time.Creates a DbFunctionExpression that invokes the canonical 'DiffMilliseconds' function with the specified arguments, which must each have DateTime, DateTimeOffset or Time result type. O tipo de resultado da expressão é Edm.Int32.The result type of the expression is Edm.Int32. |
| DiffMinutes(DbExpression, DbExpression) |
Cria um DbFunctionExpression que invoca a função 'DiffMinutes' canônica com os argumentos especificados, que cada um deve ter um tipo de resultado de DateTime, DateTimeOffset ou Time.Creates a DbFunctionExpression that invokes the canonical 'DiffMinutes' function with the specified arguments, which must each have DateTime, DateTimeOffset or Time result type. O tipo de resultado da expressão é Edm.Int32.The result type of the expression is Edm.Int32. |
| DiffMonths(DbExpression, DbExpression) |
Cria um DbFunctionExpression que invoca a função 'DiffMonths' canônica com os argumentos especificados, que cada um deve ter um tipo de resultado de DateTime, DateTimeOffset ou Time.Creates a DbFunctionExpression that invokes the canonical 'DiffMonths' function with the specified arguments, which must each have DateTime or DateTimeOffset result type. O tipo de resultado da expressão é Edm.Int32.The result type of the expression is Edm.Int32. |
| DiffNanoseconds(DbExpression, DbExpression) |
Cria um DbFunctionExpression que invoca a função 'DiffNanoseconds' canônica com os argumentos especificados, que cada um deve ter um tipo de resultado de DateTime, DateTimeOffset ou Time.Creates a DbFunctionExpression that invokes the canonical 'DiffNanoseconds' function with the specified arguments, which must each have DateTime, DateTimeOffset or Time result type. O tipo de resultado da expressão é Edm.Int32.The result type of the expression is Edm.Int32. |
| DiffSeconds(DbExpression, DbExpression) |
Cria um DbFunctionExpression que invoca a função 'DiffSeconds' canônica com os argumentos especificados, que cada um deve ter um tipo de resultado de DateTime, DateTimeOffset ou Time.Creates a DbFunctionExpression that invokes the canonical 'DiffSeconds' function with the specified arguments, which must each have DateTime, DateTimeOffset or Time result type. O tipo de resultado da expressão é Edm.Int32.The result type of the expression is Edm.Int32. |
| DiffYears(DbExpression, DbExpression) |
Cria um DbFunctionExpression que invoca a função 'DiffYears' canônica com os argumentos especificados, que cada um deve ter um tipo de resultado de DateTime ou DateTimeOffset.Creates a DbFunctionExpression that invokes the canonical 'DiffYears' function with the specified arguments, which must each have DateTime or DateTimeOffset result type. O tipo de resultado da expressão é Edm.Int32.The result type of the expression is Edm.Int32. |
| EndsWith(DbExpression, DbExpression) |
Cria um DbFunctionExpression que invoca a função 'EndsWith' canônica com o argumento especificado, que cada um deve ter um tipo de resultado de cadeia de caracteres.Creates a DbFunctionExpression that invokes the canonical 'EndsWith' function with the specified arguments, which must each have a string result type. O tipo de resultado da expressão é um booliano.The result type of the expression is Boolean. |
| Floor(DbExpression) |
Cria um DbFunctionExpression que invoca a função 'Floor' canônica com o argumento especificado, que cada um deve ter um tipo de resultado simples, duplo ou decimal.Creates a DbFunctionExpression that invokes the canonical 'Floor' function with the specified argument, which must each have a single, double or decimal result type. O tipo de resultado da expressão é o mesmo que o tipo de resultado do valor.The result type of the expression is the same as the result type of value. |
| GetTotalOffsetMinutes(DbExpression) |
Cria um DbFunctionExpression que invoca a função 'GetTotalOffsetMinutes' canônica com o argumento especificado, que deve ter um tipo de resultado DateTimeOffset.Creates a DbFunctionExpression that invokes the canonical 'GetTotalOffsetMinutes' function with the specified argument, which must have a DateTimeOffset result type. O tipo de resultado da expressão é Edm.Int32.The result type of the expression is Edm.Int32. |
| Hour(DbExpression) |
Cria um DbFunctionExpression que invoca a função 'Hour' canônica com o argumento especificado, que deve ter um tipo de resultado DateTime, DateTimeOffset ou Time.Creates a DbFunctionExpression that invokes the canonical 'Hour' function with the specified argument, which must have a DateTime, DateTimeOffset or Time result type. O tipo de resultado da expressão é Edm.Int32.The result type of the expression is Edm.Int32. |
| IndexOf(DbExpression, DbExpression) |
Cria um DbFunctionExpression que invoca a função 'IndexOf' canônica com o argumento especificado, que cada um deve ter um tipo de resultado de cadeia de caracteres.Creates a DbFunctionExpression that invokes the canonical 'IndexOf' function with the specified arguments, which must each have a string result type. O tipo de resultado da expressão é Edm.Int32.The result type of the expression is Edm.Int32. |
| Left(DbExpression, DbExpression) |
Cria um DbFunctionExpression que invoca a função 'Left' canônica com os argumentos especificados, que deve ter um tipo de resultado numérico inteiro e de cadeia de caracteres.Creates a DbFunctionExpression that invokes the canonical 'Left' function with the specified arguments, which must have a string and integer numeric result type. O tipo de resultado da expressão é uma cadeia de caracteres.The result type of the expression is string. |
| Length(DbExpression) |
Cria um DbFunctionExpression que invoca a função 'Length' canônica com o argumento especificado, que deve ter um tipo de resultado de cadeia de caracteres.Creates a DbFunctionExpression that invokes the canonical 'Length' function with the specified argument, which must have a string result type. O tipo de resultado da expressão é Edm.Int32.The result type of the expression is Edm.Int32. |
| LongCount(DbExpression) |
Cria um DbFunctionExpression que invoca a função 'BigCount' canônica na coleção especificada.Creates a DbFunctionExpression that invokes the canonical 'BigCount' function over the specified collection. O tipo de resultado da expressão é Edm.Int64.The result type of the expression is Edm.Int64. |
| Max(DbExpression) |
Cria um DbFunctionExpression que invoca a função 'Max' canônica na coleção especificada.Creates a DbFunctionExpression that invokes the canonical 'Max' function over the specified collection. O tipo de resultado da expressão é o mesmo que o tipo de elemento da coleção.The result type of the expression is the same as the element type of the collection. |
| Millisecond(DbExpression) |
Cria um DbFunctionExpression que invoca a função 'Millisecond' canônica com o argumento especificado, que deve ter um tipo de resultado DateTime, DateTimeOffset ou Time.Creates a DbFunctionExpression that invokes the canonical 'Millisecond' function with the specified argument, which must have a DateTime, DateTimeOffset or Time result type. O tipo de resultado da expressão é Edm.Int32.The result type of the expression is Edm.Int32. |
| Min(DbExpression) |
Cria um DbFunctionExpression que invoca a função 'Min' canônica na coleção especificada.Creates a DbFunctionExpression that invokes the canonical 'Min' function over the specified collection. O tipo de resultado da expressão é o mesmo que o tipo de elemento da coleção.The result type of the expression is the same as the element type of the collection. |
| Minute(DbExpression) |
Cria um DbFunctionExpression que invoca a função 'Minute' canônica com o argumento especificado, que deve ter um tipo de resultado DateTime, DateTimeOffset ou Time.Creates a DbFunctionExpression that invokes the canonical 'Minute' function with the specified argument, which must have a DateTime, DateTimeOffset or Time result type. O tipo de resultado da expressão é Edm.Int32.The result type of the expression is Edm.Int32. |
| Month(DbExpression) |
Cria um DbFunctionExpression que invoca a função 'Month' canônica com o argumento especificado, que deve ter um tipo de resultado DateTime ou DateTimeOffset.Creates a DbFunctionExpression that invokes the canonical 'Month' function with the specified argument, which must have a DateTime or DateTimeOffset result type. O tipo de resultado da expressão é Edm.Int32.The result type of the expression is Edm.Int32. |
| Power(DbExpression, DbExpression) |
Cria um DbFunctionExpression que invoca a função 'Power' canônica com o argumento especificado, que deve ter tipos de resultado numéricos.Creates a DbFunctionExpression that invokes the canonical 'Power' function with the specified arguments, which must have numeric result types. O tipo de resultado da expressão é o mesmo que o tipo de resultado de baseArgument.The result type of the expression is the same as the result type of baseArgument. |
| Replace(DbExpression, DbExpression, DbExpression) |
Cria um DbFunctionExpression que invoca a função 'Replace' canônica com o argumento especificado, que cada um deve ter um tipo de resultado de cadeia de caracteres.Creates a DbFunctionExpression that invokes the canonical 'Replace' function with the specified arguments, which must each have a string result type. O tipo de resultado da expressão também é uma cadeia de caracteres.The result type of the expression is also string. |
| Reverse(DbExpression) |
Cria um DbFunctionExpression que invoca a função 'Reverse' canônica com o argumento especificado, que deve ter um tipo de resultado de cadeia de caracteres.Creates a DbFunctionExpression that invokes the canonical 'Reverse' function with the specified argument, which must have a string result type. O tipo de resultado da expressão também é uma cadeia de caracteres.The result type of the expression is also string. |
| Right(DbExpression, DbExpression) |
Cria um DbFunctionExpression que invoca a função 'Right' canônica com os argumentos especificados, que deve ter um tipo de resultado numérico inteiro e de cadeia de caracteres.Creates a DbFunctionExpression that invokes the canonical 'Right' function with the specified arguments, which must have a string and integer numeric result type. O tipo de resultado da expressão é uma cadeia de caracteres.The result type of the expression is string. |
| Round(DbExpression) |
Cria um DbFunctionExpression que invoca a função 'Round' canônica com o argumento especificado, que cada um deve ter um tipo de resultado simples, duplo ou decimal.Creates a DbFunctionExpression that invokes the canonical 'Round' function with the specified argument, which must each have a single, double or decimal result type. O tipo de resultado da expressão é o mesmo que o tipo de resultado do valor.The result type of the expression is the same as the result type of value. |
| Round(DbExpression, DbExpression) |
Cria um DbFunctionExpression que invoca a função 'Round' canônica com os argumentos especificados, que deve ter tipos de resultado simples, duplo ou decimal e inteiro.Creates a DbFunctionExpression that invokes the canonical 'Round' function with the specified arguments, which must have a single, double or decimal, and integer result types. O tipo de resultado da expressão é o mesmo que o tipo de resultado do valor.The result type of the expression is the same as the result type of value. |
| Second(DbExpression) |
Cria um DbFunctionExpression que invoca a função 'Second' canônica com o argumento especificado, que deve ter um tipo de resultado DateTime, DateTimeOffset ou Time.Creates a DbFunctionExpression that invokes the canonical 'Second' function with the specified argument, which must have a DateTime, DateTimeOffset or Time result type. O tipo de resultado da expressão é Edm.Int32.The result type of the expression is Edm.Int32. |
| StartsWith(DbExpression, DbExpression) |
Cria um DbFunctionExpression que invoca a função 'StartsWith' canônica com o argumento especificado, que cada um deve ter um tipo de resultado de cadeia de caracteres.Creates a DbFunctionExpression that invokes the canonical 'StartsWith' function with the specified arguments, which must each have a string result type. O tipo de resultado da expressão é um booliano.The result type of the expression is Boolean. |
| StDev(DbExpression) |
Cria um DbFunctionExpression que invoca a função 'StDev' canônica nos membros não nulos da coleção especificada.Creates a DbFunctionExpression that invokes the canonical 'StDev' function over the non-null members of the specified collection. O tipo de resultado da expressão é Edm.Double.The result type of the expression is Edm.Double. |
| StDevP(DbExpression) |
Cria um DbFunctionExpression que invoca a função 'StDevP' canônica na população da coleção especificada.Creates a DbFunctionExpression that invokes the canonical 'StDevP' function over the population of the specified collection. O tipo de resultado da expressão é Edm.Double.The result type of the expression is Edm.Double. |
| Substring(DbExpression, DbExpression, DbExpression) |
Cria um DbFunctionExpression que invoca a função 'Substring' canônica com os argumentos especificados, que deve ter tipos de resultados numérico inteiro e de cadeia de caracteres.Creates a DbFunctionExpression that invokes the canonical 'Substring' function with the specified arguments, which must have a string and integer numeric result types. O tipo de resultado da expressão é uma cadeia de caracteres.The result type of the expression is string. |
| Sum(DbExpression) |
Cria um DbFunctionExpression que invoca a função 'Sum' canônica na coleção especificada.Creates a DbFunctionExpression that invokes the canonical 'Sum' function over the specified collection. O tipo de resultado da expressão é o mesmo que o tipo de elemento da coleção.The result type of the expression is the same as the element type of the collection. |
| ToLower(DbExpression) |
Cria um DbFunctionExpression que invoca a função 'ToLower' canônica com o argumento especificado, que deve ter um tipo de resultado de cadeia de caracteres.Creates a DbFunctionExpression that invokes the canonical 'ToLower' function with the specified argument, which must have a string result type. O tipo de resultado da expressão também é uma cadeia de caracteres.The result type of the expression is also string. |
| ToUpper(DbExpression) |
Cria um DbFunctionExpression que invoca a função 'ToUpper' canônica com o argumento especificado, que deve ter um tipo de resultado de cadeia de caracteres.Creates a DbFunctionExpression that invokes the canonical 'ToUpper' function with the specified argument, which must have a string result type. O tipo de resultado da expressão também é uma cadeia de caracteres.The result type of the expression is also string. |
| Trim(DbExpression) |
Cria um DbFunctionExpression que invoca a função 'Trim' canônica com o argumento especificado, que deve ter um tipo de resultado de cadeia de caracteres.Creates a DbFunctionExpression that invokes the canonical 'Trim' function with the specified argument, which must have a string result type. O tipo de resultado da expressão também é uma cadeia de caracteres.The result type of the expression is also string. |
| TrimEnd(DbExpression) |
Cria um DbFunctionExpression que invoca a função 'RTrim' canônica com o argumento especificado, que deve ter um tipo de resultado de cadeia de caracteres.Creates a DbFunctionExpression that invokes the canonical 'RTrim' function with the specified argument, which must have a string result type. O tipo de resultado da expressão também é uma cadeia de caracteres.The result type of the expression is also string. |
| TrimStart(DbExpression) |
Cria um DbFunctionExpression que invoca a função 'LTrim' canônica com o argumento especificado, que deve ter um tipo de resultado de cadeia de caracteres.Creates a DbFunctionExpression that invokes the canonical 'LTrim' function with the specified argument, which must have a string result type. O tipo de resultado da expressão também é uma cadeia de caracteres.The result type of the expression is also string. |
| Truncate(DbExpression, DbExpression) |
Cria um DbFunctionExpression que invoca a função 'Truncate' canônica com os argumentos especificados, que deve ter tipos de resultado simples, duplo ou decimal e inteiro.Creates a DbFunctionExpression that invokes the canonical 'Truncate' function with the specified arguments, which must have a single, double or decimal, and integer result types. O tipo de resultado da expressão é o mesmo que o tipo de resultado do valor.The result type of the expression is the same as the result type of value. |
| TruncateTime(DbExpression) |
Cria um DbFunctionExpression que invoca a função 'TruncateTime' canônica com o argumento especificado, que deve ter um tipo de resultado DateTime ou DateTimeOffset.Creates a DbFunctionExpression that invokes the canonical 'TruncateTime' function with the specified argument, which must have a DateTime or DateTimeOffset result type. O tipo de resultado da expressão é igual ao tipo de resultado de DateValue.The result type of the expression is the same as the result type of dateValue. |
| Var(DbExpression) |
Cria um DbFunctionExpression que invoca a função 'Var' canônica nos membros não nulos da coleção especificada.Creates a DbFunctionExpression that invokes the canonical 'Var' function over the non-null members of the specified collection. O tipo de resultado da expressão é Edm.Double.The result type of the expression is Edm.Double. |
| VarP(DbExpression) |
Cria um DbFunctionExpression que invoca a função 'VarP' canônica na população da coleção especificada.Creates a DbFunctionExpression that invokes the canonical 'VarP' function over the population of the specified collection. O tipo de resultado da expressão Edm.Double.The result type of the expression Edm.Double. |
| Year(DbExpression) |
Cria um DbFunctionExpression que invoca a função 'Year' canônica com o argumento especificado, que deve ter um tipo de resultado DateTime ou DateTimeOffset.Creates a DbFunctionExpression that invokes the canonical 'Year' function with the specified argument, which must have a DateTime or DateTimeOffset result type. O tipo de resultado da expressão é Edm.Int32.The result type of the expression is Edm.Int32. |
| Area(DbExpression) |
Cria uma DbFunctionExpression que invoca a função "Area" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'Area' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. O tipo de resultado da expressão é Edm.Double.The result type of the expression is Edm.Double. |
| AsBinary(DbExpression) |
Cria uma DbFunctionExpression que invoca a função "AsBinary" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'AsBinary' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. O tipo de resultado da expressão é Edm.Binary.The result type of the expression is Edm.Binary. |
| AsGml(DbExpression) |
Cria uma DbFunctionExpression que invoca a função "AsGml" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'AsGml' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. O tipo de resultado da expressão é Edm.String.The result type of the expression is Edm.String. |
| AsText(DbExpression) |
Cria uma DbFunctionExpression que invoca a função "AsText" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'AsText' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. O tipo de resultado da expressão é Edm.String.The result type of the expression is Edm.String. |
| Centroid(DbExpression) |
Cria uma DbFunctionExpression que invoca a função "Centroid" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'Centroid' function with the specified argument, which must have an Edm.Geometry result type. O tipo de resultado da expressão é Edm.Geometry.The result type of the expression is Edm.Geometry. |
| CoordinateSystemId(DbExpression) |
Cria uma DbFunctionExpression que invoca a função "CoordinateSystemId" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'CoordinateSystemId' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. O tipo de resultado da expressão é Edm.Int32.The result type of the expression is Edm.Int32. |
| Distance(DbExpression, DbExpression) |
Cria uma DbFunctionExpression que invoca a função "Distance" canônica com os argumentos especificados, os quais devem ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'Distance' function with the specified arguments, which must each have an Edm.Geography or Edm.Geometry result type. O tipo de resultado de |
| Elevation(DbExpression) |
Cria uma DbFunctionExpression que invoca a função "Elevation" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'Elevation' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. O tipo de resultado da expressão é Edm.Double.The result type of the expression is Edm.Double. |
| EndPoint(DbExpression) |
Cria uma DbFunctionExpression que invoca a função "EndPoint" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'EndPoint' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. O tipo de resultado é o mesmo de |
| ExteriorRing(DbExpression) |
Cria uma DbFunctionExpression que invoca a função "ExteriorRing" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'ExteriorRing' function with the specified argument, which must have an Edm.Geometry result type. O tipo de resultado da expressão é Edm.Geometry.The result type of the expression is Edm.Geometry. |
| InteriorRingAt(DbExpression, DbExpression) |
Cria uma DbFunctionExpression que invoca a função "InteriorRingAt" canônica com os argumentos especificados.Creates a DbFunctionExpression that invokes the canonical 'InteriorRingAt' function with the specified arguments. O primeiro argumento deve ter um tipo de resultado Edm.Geometry.The first argument must have an Edm.Geometry result type. O segundo argumento deve ter um tipo de resultado numérico inteiro.The second argument must have an integer numeric result types. O tipo de resultado da expressão é Edm.Geometry.The result type of the expression is Edm.Geometry. |
| InteriorRingCount(DbExpression) |
Cria uma DbFunctionExpression que invoca a função "InteriorRingCount" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'InteriorRingCount' function with the specified argument, which must have an Edm.Geometry result type. O tipo de resultado da expressão é Edm.Int32.The result type of the expression is Edm.Int32. |
| IsClosedSpatial(DbExpression) |
Cria uma DbFunctionExpression que invoca a função "IsClosedSpatial" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'IsClosedSpatial' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. O tipo de resultado é Edm.Boolean.The result type is Edm.Boolean. |
| IsEmptySpatial(DbExpression) |
Cria uma DbFunctionExpression que invoca a função "IsEmptySpatial" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'IsEmptySpatial' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. O tipo de resultado da expressão é Edm.Boolean.The result type of the expression is Edm.Boolean. |
| IsRing(DbExpression) |
Cria uma DbFunctionExpression que invoca a função "IsRing" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'IsRing' function with the specified argument, which must have an Edm.Geometry result type. O tipo de resultado é Edm.Boolean.The result type is Edm.Boolean. |
| IsSimpleGeometry(DbExpression) |
Cria uma DbFunctionExpression que invoca a função "IsSimpleGeometry" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'IsSimpleGeometry' function with the specified argument, which must have an Edm.Geometry result type. O tipo de resultado da expressão é Edm.Boolean.The result type of the expression is Edm.Boolean. |
| IsValidGeometry(DbExpression) |
Cria uma DbFunctionExpression que invoca a função "IsValidGeometry" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'IsValidGeometry' function with the specified argument, which must have an Edm.Geometry result type. O tipo de resultado da expressão é Edm.Boolean.The result type of the expression is Edm.Boolean. |
| Latitude(DbExpression) |
Cria uma DbFunctionExpression que invoca a função "Latitude" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geography.Creates a DbFunctionExpression that invokes the canonical 'Latitude' function with the specified argument, which must have an Edm.Geography result type. O tipo de resultado da expressão é Edm.Double.The result type of the expression is Edm.Double. |
| Longitude(DbExpression) |
Cria uma DbFunctionExpression que invoca a função "Longitude" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geography.Creates a DbFunctionExpression that invokes the canonical 'Longitude' function with the specified argument, which must have an Edm.Geography result type. O tipo de resultado da expressão é Edm.Double.The result type of the expression is Edm.Double. |
| Measure(DbExpression) |
Cria uma DbFunctionExpression que invoca a função "Measure" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'Measure' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. O tipo de resultado da expressão é Edm.Double.The result type of the expression is Edm.Double. |
| PointAt(DbExpression, DbExpression) |
Cria uma DbFunctionExpression que invoca a função "PointAt" canônica com os argumentos especificados.Creates a DbFunctionExpression that invokes the canonical 'PointAt' function with the specified arguments. O primeiro argumento deve ter um tipo de resultado Edm.Geography ou Edm.Geometry.The first argument must have an Edm.Geography or Edm.Geometry result type. O segundo argumento deve ter um tipo de resultado numérico inteiro.The second argument must have an integer numeric result type. O tipo de resultado da expressão é o mesmo que o de |
| PointCount(DbExpression) |
Cria uma DbFunctionExpression que invoca a função "PointCount" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'PointCount' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. O tipo de resultado da expressão é Edm.Int32.The result type of the expression is Edm.Int32. |
| PointOnSurface(DbExpression) |
Cria uma DbFunctionExpression que invoca a função "PointOnSurface" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'PointOnSurface' function with the specified argument, which must have an Edm.Geometry result type. O tipo de resultado da expressão é Edm.Geometry.The result type of the expression is Edm.Geometry. |
| SpatialBoundary(DbExpression) |
Cria uma DbFunctionExpression que invoca a função "SpatialBoundary" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'SpatialBoundary' function with the specified argument, which must have an Edm.Geometry result type. O tipo de resultado da expressão é Edm.Geometry.The result type of the expression is Edm.Geometry. |
| SpatialBuffer(DbExpression, DbExpression) |
Cria uma DbFunctionExpression que invoca a função "SpatialBuffer" canônica com os argumentos especificados, os quais devem ter tipos de resultado Edm.Geography ou Edm.Geometry e Edm.Double.Creates a DbFunctionExpression that invokes the canonical 'SpatialBuffer' function with the specified arguments, which must have a Edm.Geography or Edm.Geometry and Edm.Double result types. O tipo de resultado da expressão é Edm.Geometry.The result type of the expression is Edm.Geometry. |
| SpatialContains(DbExpression, DbExpression) |
Cria uma DbFunctionExpression que invoca a função "SpatialContains" canônica com os argumentos especificados, os quais devem ter um tipo de resultado Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'SpatialContains' function with the specified arguments, which must each have an Edm.Geometry result type. O tipo de resultado da expressão é Edm.Boolean.The result type of the expression is Edm.Boolean. |
| SpatialConvexHull(DbExpression) |
Cria uma DbFunctionExpression que invoca a função "SpatialConvexHull" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'SpatialConvexHull' function with the specified argument, which must have an Edm.Geometry result type. O tipo de resultado da expressão é Edm.Geometry.The result type of the expression is Edm.Geometry. |
| SpatialCrosses(DbExpression, DbExpression) |
Cria uma DbFunctionExpression que invoca a função "SpatialCrosses" canônica com os argumentos especificados, os quais devem ter um tipo de resultado Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'SpatialCrosses' function with the specified arguments, which must each have an Edm.Geometry result type. O tipo de resultado da expressão é Edm.Boolean.The result type of the expression is Edm.Boolean. |
| SpatialDifference(DbExpression, DbExpression) |
Cria uma DbFunctionExpression que invoca a função "SpatialDifference" canônica com os argumentos especificados, os quais devem ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'SpatialDifference' function with the specified arguments, which must each have an Edm.Geography or Edm.Geometry result type. O tipo de resultado de |
| SpatialDimension(DbExpression) |
Cria uma DbFunctionExpression que invoca a função "SpatialDimension" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'SpatialDimension' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. O tipo de resultado da expressão é Edm.Int32.The result type of the expression is Edm.Int32. |
| SpatialDisjoint(DbExpression, DbExpression) |
Cria uma DbFunctionExpression que invoca a função "SpatialDisjoint" canônica com os argumentos especificados, os quais devem ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'SpatialDisjoint' function with the specified arguments, which must each have an Edm.Geography or Edm.Geometry result type. O tipo de resultado de |
| SpatialElementAt(DbExpression, DbExpression) |
Cria uma DbFunctionExpression que invoca a função "SpatialElementAt" canônica com os argumentos especificados.Creates a DbFunctionExpression that invokes the canonical 'SpatialElementAt' function with the specified arguments. O primeiro argumento deve ter um tipo de resultado Edm.Geography ou Edm.Geometry.The first argument must have an Edm.Geography or Edm.Geometry result type. O segundo argumento deve ter um tipo de resultado numérico inteiro.The second argument must have an integer numeric result type. O tipo de resultado da expressão é o mesmo que o de |
| SpatialElementCount(DbExpression) |
Cria uma DbFunctionExpression que invoca a função "SpatialElementCount" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'SpatialElementCount' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. O tipo de resultado da expressão é Edm.Int32.The result type of the expression is Edm.Int32. |
| SpatialEnvelope(DbExpression) |
Cria uma DbFunctionExpression que invoca a função "SpatialEnvelope" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'SpatialEnvelope' function with the specified argument, which must have an Edm.Geometry result type. O tipo de resultado da expressão é Edm.Geometry.The result type of the expression is Edm.Geometry. |
| SpatialEquals(DbExpression, DbExpression) |
Cria uma DbFunctionExpression que invoca a função "SpatialEquals" canônica com os argumentos especificados, os quais devem ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'SpatialEquals' function with the specified arguments, which must each have an Edm.Geography or Edm.Geometry result type. O tipo de resultado de |
| SpatialIntersection(DbExpression, DbExpression) |
Cria uma DbFunctionExpression que invoca a função "SpatialIntersection" canônica com os argumentos especificados, os quais devem ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'SpatialIntersection' function with the specified arguments, which must each have an Edm.Geography or Edm.Geometry result type. O tipo de resultado de |
| SpatialIntersects(DbExpression, DbExpression) |
Cria uma DbFunctionExpression que invoca a função "SpatialIntersects" canônica com os argumentos especificados, os quais devem ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'SpatialIntersects' function with the specified arguments, which must each have an Edm.Geography or Edm.Geometry result type. O tipo de resultado de |
| SpatialLength(DbExpression) |
Cria uma DbFunctionExpression que invoca a função "SpatialLength" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'SpatialLength' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. O tipo de resultado da expressão é Edm.Double.The result type of the expression is Edm.Double. |
| SpatialOverlaps(DbExpression, DbExpression) |
Cria uma DbFunctionExpression que invoca a função "SpatialOverlaps" canônica com os argumentos especificados, os quais devem ter um tipo de resultado Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'SpatialOverlaps' function with the specified arguments, which must each have an Edm.Geometry result type. O tipo de resultado da expressão é Edm.Boolean.The result type of the expression is Edm.Boolean. |
| SpatialRelate(DbExpression, DbExpression, DbExpression) |
Cria uma DbFunctionExpression que invoca a função "SpatialRelate" canônica com os argumentos especificados, os quais devem ter tipos de resultados Edm.Geometry e cadeia de caracteres.Creates a DbFunctionExpression that invokes the canonical 'SpatialRelate' function with the specified arguments, which must have Edm.Geometry and string result types. O tipo de resultado da expressão é Edm.Boolean.The result type of the expression is Edm.Boolean. |
| SpatialSymmetricDifference(DbExpression, DbExpression) |
Cria uma DbFunctionExpression que invoca a função "SpatialSymmetricDifference" canônica com os argumentos especificados, os quais devem ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'SpatialSymmetricDifference' function with the specified arguments, which must each have an Edm.Geography or Edm.Geometry result type. O tipo de resultado de |
| SpatialTouches(DbExpression, DbExpression) |
Cria uma DbFunctionExpression que invoca a função "SpatialTouches" canônica com os argumentos especificados, os quais devem ter um tipo de resultado Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'SpatialTouches' function with the specified arguments, which must each have an Edm.Geometry result type. O tipo de resultado da expressão é Edm.Boolean.The result type of the expression is Edm.Boolean. |
| SpatialTypeName(DbExpression) |
Cria uma DbFunctionExpression que invoca a função "SpatialTypeName" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'SpatialTypeName' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. O tipo de resultado da expressão é Edm.String.The result type of the expression is Edm.String. |
| SpatialUnion(DbExpression, DbExpression) |
Cria uma DbFunctionExpression que invoca a função "SpatialUnion" canônica com os argumentos especificados, os quais devem ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'SpatialUnion' function with the specified arguments, which must each have an Edm.Geography or Edm.Geometry result type. O tipo de resultado de |
| SpatialWithin(DbExpression, DbExpression) |
Cria uma DbFunctionExpression que invoca a função "SpatialWithin" canônica com os argumentos especificados, os quais devem ter um tipo de resultado Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'SpatialWithin' function with the specified arguments, which must each have an Edm.Geometry result type. O tipo de resultado da expressão é Edm.Boolean.The result type of the expression is Edm.Boolean. |
| StartPoint(DbExpression) |
Cria uma DbFunctionExpression que invoca a função "StartPoint" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'StartPoint' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. O tipo de resultado é o mesmo de |
| XCoordinate(DbExpression) |
Cria uma DbFunctionExpression que invoca a função "XCoordinate" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'XCoordinate' function with the specified argument, which must have an Edm.Geometry result type. O tipo de resultado da expressão é Edm.Double.The result type of the expression is Edm.Double. |
| YCoordinate(DbExpression) |
Cria uma DbFunctionExpression que invoca a função "YCoordinate" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'YCoordinate' function with the specified argument, which must have an Edm.Geometry result type. O tipo de resultado da expressão é Edm.Double.The result type of the expression is Edm.Double. |