C# Class Marten.Schema.SchemaObjects

Mostrar archivo Open project: JasperFx/marten Class Usage Examples

Public Methods

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

Method Details

HasNone() public method

public HasNone ( ) : bool
return bool

SchemaObjects() public method

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
return System