EntityFunctions.AddMicroseconds Método
Definição
Invoca a função AddMicroseconds canônica.Invokes the canonical AddMicroseconds function. Para obter informações sobre a função AddMicroseconds canônica, consulte Funções canônicas de data e hora.For information about the canonical AddMicroseconds function, see Date and Time Canonical Functions.
Sobrecargas
| AddMicroseconds(Nullable<DateTime>, Nullable<Int32>) |
Invoca a função |
| AddMicroseconds(Nullable<DateTimeOffset>, Nullable<Int32>) |
Invoca a função |
| AddMicroseconds(Nullable<TimeSpan>, Nullable<Int32>) |
Invoca a função |
Comentários
Você não pode chamar essa função diretamente.You cannot call this function directly. Essa função só pode aparecer dentro de uma consulta LINQ to Entities.This function can only appear within a LINQ to Entities query.
Essa função é convertida em uma função correspondente no banco de dados.This function is translated to a corresponding function in the database.
AddMicroseconds(Nullable<DateTime>, Nullable<Int32>)
Invoca a função AddMicroseconds canônica.Invokes the canonical AddMicroseconds function. Para obter informações sobre a função AddMicroseconds canônica, consulte Funções canônicas de data e hora.For information about the canonical AddMicroseconds function, see Date and Time Canonical Functions.
public:
static Nullable<DateTime> AddMicroseconds(Nullable<DateTime> timeValue, Nullable<int> addValue);
[System.Data.Objects.DataClasses.EdmFunction("Edm", "AddMicroseconds")]
public static DateTime? AddMicroseconds (DateTime? timeValue, int? addValue);
[<System.Data.Objects.DataClasses.EdmFunction("Edm", "AddMicroseconds")>]
static member AddMicroseconds : Nullable<DateTime> * Nullable<int> -> Nullable<DateTime>
Public Shared Function AddMicroseconds (timeValue As Nullable(Of DateTime), addValue As Nullable(Of Integer)) As Nullable(Of DateTime)
Parâmetros
O número de microssegundos a serem adicionados a timeValue.The number of microseconds to add to timeValue.
Retornos
O timeValue incrementado por addValue.The timeValue incremented by addValue.
- Atributos
Comentários
Você não pode chamar essa função diretamente.You cannot call this function directly. Essa função só pode aparecer dentro de uma consulta LINQ to Entities.This function can only appear within a LINQ to Entities query.
Essa função é convertida em uma função correspondente no banco de dados.This function is translated to a corresponding function in the database.
Aplica-se a
AddMicroseconds(Nullable<DateTimeOffset>, Nullable<Int32>)
Invoca a função AddMicroseconds canônica.Invokes the canonical AddMicroseconds function. Para obter informações sobre a função AddMicroseconds canônica, consulte Funções canônicas de data e hora.For information about the canonical AddMicroseconds function, see Date and Time Canonical Functions.
public:
static Nullable<DateTimeOffset> AddMicroseconds(Nullable<DateTimeOffset> timeValue, Nullable<int> addValue);
[System.Data.Objects.DataClasses.EdmFunction("Edm", "AddMicroseconds")]
public static DateTimeOffset? AddMicroseconds (DateTimeOffset? timeValue, int? addValue);
[<System.Data.Objects.DataClasses.EdmFunction("Edm", "AddMicroseconds")>]
static member AddMicroseconds : Nullable<DateTimeOffset> * Nullable<int> -> Nullable<DateTimeOffset>
Public Shared Function AddMicroseconds (timeValue As Nullable(Of DateTimeOffset), addValue As Nullable(Of Integer)) As Nullable(Of DateTimeOffset)
Parâmetros
- timeValue
- Nullable<DateTimeOffset>
Um deslocamento de data e hora válido.A valid date time offset.
O número de microssegundos a serem adicionados a timeValue.The number of microseconds to add to timeValue.
Retornos
O timeValue incrementado por addValue.The timeValue incremented by addValue.
- Atributos
Comentários
Você não pode chamar essa função diretamente.You cannot call this function directly. Essa função só pode aparecer dentro de uma consulta LINQ to Entities.This function can only appear within a LINQ to Entities query.
Essa função é convertida em uma função correspondente no banco de dados.This function is translated to a corresponding function in the database.
Aplica-se a
AddMicroseconds(Nullable<TimeSpan>, Nullable<Int32>)
Invoca a função AddMicroseconds canônica.Invokes the canonical AddMicroseconds function. Para obter informações sobre a função AddMicroseconds canônica, consulte Funções canônicas de data e hora.For information about the canonical AddMicroseconds function, see Date and Time Canonical Functions.
public:
static Nullable<TimeSpan> AddMicroseconds(Nullable<TimeSpan> timeValue, Nullable<int> addValue);
[System.Data.Objects.DataClasses.EdmFunction("Edm", "AddMicroseconds")]
public static TimeSpan? AddMicroseconds (TimeSpan? timeValue, int? addValue);
[<System.Data.Objects.DataClasses.EdmFunction("Edm", "AddMicroseconds")>]
static member AddMicroseconds : Nullable<TimeSpan> * Nullable<int> -> Nullable<TimeSpan>
Public Shared Function AddMicroseconds (timeValue As Nullable(Of TimeSpan), addValue As Nullable(Of Integer)) As Nullable(Of TimeSpan)
Parâmetros
O número de microssegundos a serem adicionados a timeValue.The number of microseconds to add to timeValue.
Retornos
O timeValue incrementado por addValue.The timeValue incremented by addValue.
- Atributos
Comentários
Você não pode chamar essa função diretamente.You cannot call this function directly. Essa função só pode aparecer dentro de uma consulta LINQ to Entities.This function can only appear within a LINQ to Entities query.
Essa função é convertida em uma função correspondente no banco de dados.This function is translated to a corresponding function in the database.