Skip to main content
All docs
V26.1
  • CriteriaToSqlExtensions.EnableDateTimeOffsetSupport(Object, String) Method

    Namespace: DevExpress.Data.Entity

    Assembly: DevExpress.Data.v26.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public static void EnableDateTimeOffsetSupport(
        object modelBuilder,
        string providerName
    )

    Parameters

    Name Type
    modelBuilder Object
    providerName String
    See Also