Skip to content

Enhancement: Add a Type Map attribute for Microsoft SqLite. #884

@mikependon

Description

@mikependon

Describe the enhancement

For us to be able to set the SqLiteParameter.SqliteType property (like with any other RDBMS providers), we need to introduce an attribute that is capable of setting such property.

The propose name would be SqliteParameterDbTypeAttribute as the new standard of the others.

public class EntityClass
{
      [SqliteParameterDbTypeAttribute(SqliteType.Text)]
      public string Name { get; set; }

      [SqliteParameterDbTypeAttribute(SqliteType.Blob)]
      public byte[] Image { get; set; }
}

Metadata

Metadata

Assignees

Labels

deployedFeature or bug is deployed at the current releaseenhancementNew feature or requestfixedThe bug, issue, incident has been fixed.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions