Table of Contents

Method ColumnExists

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

ColumnExists(string)

Determines whether a mapping exists that targets the specified database column name.

public bool ColumnExists(string column)

Parameters

column string

The database column name to look up.

Returns

bool

true if any mapping targets this column; otherwise, false.