SqlitePropertyBuilderExtensions
CanSetSrid(IConventionPropertyBuilder, Int32?, Boolean)
ForSqliteHasSrid(PropertyBuilder, Int32)
ForSqliteHasSrid<TProperty>(PropertyBuilder<TProperty>, Int32)
HasSrid(PropertyBuilder, Int32)
HasSrid(IConventionPropertyBuilder, Int32?, Boolean)
HasSrid<TProperty>(PropertyBuilder<TProperty>, Int32)
netcoreapp2.2
namespace Microsoft.EntityFrameworkCore
{
public static class SqlitePropertyBuilderExtensions
{
public static PropertyBuilder<TProperty> ForSqliteHasSrid<TProperty>(this PropertyBuilder<TProperty> propertyBuilder, int srid);
}
}
.NET Core | 2.2 |
---|---|
Information specific to netcoreapp2.2 | |
Assembly | Microsoft.EntityFrameworkCore.Sqlite , Version=2.2.6.0, PublicKeyToken=adb9793829ddae60 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API