C# Class Marten.Schema.SchemaObjects

Afficher le fichier Open project: JasperFx/marten Class Usage Examples

Méthodes publiques

Méthode Description
HasNone ( ) : bool
SchemaObjects ( Type documentType, TableDefinition table, Marten.Schema.ActualIndex actualIndices, Marten.Schema.FunctionBody function ) : System

Method Details

HasNone() public méthode

public HasNone ( ) : bool
Résultat bool

SchemaObjects() public méthode

public SchemaObjects ( Type documentType, TableDefinition table, Marten.Schema.ActualIndex actualIndices, Marten.Schema.FunctionBody function ) : System
documentType System.Type
table Marten.Generation.TableDefinition
actualIndices Marten.Schema.ActualIndex
function Marten.Schema.FunctionBody
Résultat System