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)