Class ScriptsResult
- Namespace
- JJMasterData.Commons.Data.Entity.Models
- Assembly
- JJMasterData.Commons.dll
public class ScriptsResult
- Inheritance
-
ScriptsResult
- Inherited Members
-
Properties
AlterTableScript
public required string? AlterTableScript { get; init; }
Property Value
- string
ContainsAlterTableScript
public bool ContainsAlterTableScript { get; }
Property Value
- bool
CreateTableScript
public required string CreateTableScript { get; set; }
Property Value
- string
ReadProcedureScript
public required string? ReadProcedureScript { get; init; }
Property Value
- string
UseReadProcedure
public bool UseReadProcedure { get; }
Property Value
- bool
UseWriteProcedure
public bool UseWriteProcedure { get; }
Property Value
- bool
WriteProcedureScript
public required string? WriteProcedureScript { get; init; }
Property Value
- string