Partilhar via


SqlRetryLogicOption.AuthorizedSqlCondition Propriedade

Definição

Define uma função de validação de pré-repetição no CommandText para incluir apenas instruções SQL específicas.

public:
 property Predicate<System::String ^> ^ AuthorizedSqlCondition { Predicate<System::String ^> ^ get(); void set(Predicate<System::String ^> ^ value); };
public Predicate<string> AuthorizedSqlCondition { get; set; }
member this.AuthorizedSqlCondition : Predicate<string> with get, set
Public Property AuthorizedSqlCondition As Predicate(Of String)

Valor da propriedade

Predicate<T> A função de delegado de validação de pré-repetição; true se o CommandText estiver autorizado a repetir a operação.

Aplica-se a