Skip to content

Settings and activity

304 results found

  1. 15 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    AdminDevart (_, Devart) commented  · 

    Please, give us an example with a description of what do you mean by "Assign blobs by simple assignment".

  2. 15 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    AdminDevart (_, Devart) commented  · 

    Data abstraction layer or Thin client layer are vague enough concepts, whose interpretations are largely dependent upon specific situations. Do you mean creating an ORM or something different? Could you please describe this feature in more details, so that we (the Devart team) and other users, voting for this feature, understand it better?

  3. 83 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    AdminDevart (_, Devart) commented  · 

    Our DataSets already have the FetchRows property which provides this functionality (If FetchRows = 1000, Next will retrieve additional 1000 records when 1000th record is reached). Also you can use FetchRows=1000 and UniDirectional=True if you want keep in the memory last 1000 record only. Please tell us if you mean some other functionality for “max count”. MaxFetchRows should set the absolute limit.

    AdminDevart (_, Devart) shared this idea  · 
  4. 144 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    AdminDevart (_, Devart) commented  · 

    We will support this feature when unique constraints are supported in Entity Framework mapping and run-time. Currently our support is the following: if a table does not have a primary key but has a unique key, entity key is set to unique key constraint columns when creating a model in Entity Developer with the Database First approach.

1 2 12 13 14 16 Next →