Table of Contents

Method GetBlobConfig

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

GetBlobConfig(string, string, string)

Resolves the blob handling configuration for a column using a three-level fallback: schema+table (most specific) → table → global. Returns null when no config has been registered for the column at any level.

public BlobColumnConfig GetBlobConfig(string columnName, string tableName = null, string schemaName = null)

Parameters

columnName string
tableName string
schemaName string

Returns

BlobColumnConfig