SqlFunctions.IsDate(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the input value is a valid date or time.
[System.Data.Entity.DbFunction("SqlServer", "ISDATE")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="arg")]
public static Nullable<int> IsDate (string arg);
static member IsDate : string -> Nullable<int>
Public Shared Function IsDate (arg As String) As Nullable(Of Integer)
Parameters
- arg
- String
The tested value.
Returns
1 if the input expression is a valid date or time value of datetime or smalldatetime data types; otherwise, 0.
- Attributes
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework