menu
mssql_orm package
documentation
schema.dart
MssqlColumnSchema
isPersistedComputed property
isPersistedComputed property
dark_mode
light_mode
isPersistedComputed
property
bool
isPersistedComputed
final
Whether a computed column is persisted, and so can be indexed.
Implementation
final bool isPersistedComputed;
mssql_orm package
documentation
schema
MssqlColumnSchema
isPersistedComputed property
MssqlColumnSchema class