DateTime2Generator.IsDate Property
Gets whether only date.
Namespace: Microsoft.Data.Schema.Generators.Sql
Assembly: Microsoft.Data.Schema.Generators.Sql (in Microsoft.Data.Schema.Generators.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property IsDate As Boolean
Get
'Usage
Dim instance As DateTime2Generator
Dim value As Boolean
value = instance.IsDate
public bool IsDate { get; }
public:
property bool IsDate {
bool get ();
}
function get IsDate () : boolean
member IsDate : bool
Property Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.