BinaryPropertyConfiguration.HasColumnName Method (String)

 

Configures the name of the database column used to store the property.

Namespace:   System.Data.Entity.ModelConfiguration.Configuration
Assembly:  EntityFramework (in EntityFramework.dll)

public BinaryPropertyConfiguration HasColumnName(
	string columnName
)

Parameters

columnName
Type: System.String

The name of the column.

Return Value

Type: System.Data.Entity.ModelConfiguration.Configuration.BinaryPropertyConfiguration

The same BinaryPropertyConfiguration instance so that multiple calls can be chained.