Table of Contents

Method CreatePrimaryKey

Namespace
YndigoBlue.Velocity.Model
Assembly
YndigoBlue.Velocity.dll

CreatePrimaryKey(string, string)

public PrimaryKey CreatePrimaryKey(string name, string columnName)

Parameters

name string
columnName string

Returns

PrimaryKey

CreatePrimaryKey(string, string[])

public PrimaryKey CreatePrimaryKey(string name, string[] columnNames)

Parameters

name string
columnNames string[]

Returns

PrimaryKey

CreatePrimaryKey(string, IEnumerable<string>)

public PrimaryKey CreatePrimaryKey(string name, IEnumerable<string> columnNames)

Parameters

name string
columnNames IEnumerable<string>

Returns

PrimaryKey